public interface Value extends Switchable, EquivTo, Serializable
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this Value.
|
Type |
getType()
Returns the Soot type of this Value.
|
List<ValueBox> |
getUseBoxes()
Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
|
void |
toString(UnitPrinter up) |
apply
equivHashCode, equivTo
List<ValueBox> getUseBoxes()
Type getType()
Object clone()
void toString(UnitPrinter up)