|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.tagkit.AbstractHost | +--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. |
void |
toString(UnitPrinter up)
|
Methods inherited from class soot.tagkit.AbstractHost |
addAllTagsOf,
addTag,
getTag,
getTags,
hasTag,
removeAllTags,
removeTag |
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()
public void toString(UnitPrinter up)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |