|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Value
Data used as, for instance, arguments to instructions; typical implementations are constants or expressions. Values are typed, clonable and must declare which other Values they use (contain).
Method Summary | |
---|---|
Object |
clone()
Returns a clone of this Value. |
Type |
getType()
Returns the Soot type of this Value. |
List |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
void |
toString(UnitPrinter up)
|
Methods inherited from interface soot.util.Switchable |
---|
apply |
Methods inherited from interface soot.EquivTo |
---|
equivHashCode, equivTo |
Method Detail |
---|
List getUseBoxes()
Type getType()
Object clone()
void toString(UnitPrinter up)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |