|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.AbstractValueBox
Reference implementation for ValueBox; just add a canContainValue method.
Constructor Summary | |
AbstractValueBox()
|
Method Summary | |
Value |
getValue()
Returns the value contained in this box. |
void |
setValue(Value value)
Sets the value contained in this box as given. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface soot.ValueBox |
canContainValue |
Constructor Detail |
public AbstractValueBox()
Method Detail |
public void setValue(Value value)
ValueBox
setValue
in interface ValueBox
public Value getValue()
ValueBox
getValue
in interface ValueBox
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |