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) |
applyequivHashCode, equivToList<ValueBox> getUseBoxes()
Type getType()
Object clone()
void toString(UnitPrinter up)
Copyright © 2020 Soot OSS. All rights reserved.