|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 |
Constructor Detail |
public AbstractValueBox()
Method Detail |
public void setValue(Value value)
public Value getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |