public interface Value extends Switchable, EquivTo, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this Value.
|
Type |
getType()
Returns the Soot type of this Value.
|
java.util.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
java.util.List<ValueBox> getUseBoxes()
Type getType()
java.lang.Object clone()
void toString(UnitPrinter up)