soot.jimple.internal
Class AbstractInstanceInvokeExpr
java.lang.Object
soot.jimple.internal.AbstractInvokeExpr
soot.jimple.internal.AbstractInstanceInvokeExpr
- All Implemented Interfaces:
- Serializable, EquivTo, Expr, InstanceInvokeExpr, InvokeExpr, Switchable, Value
- Direct Known Subclasses:
- AbstractInterfaceInvokeExpr, AbstractSpecialInvokeExpr, AbstractVirtualInvokeExpr
public abstract class AbstractInstanceInvokeExpr
- extends AbstractInvokeExpr
- implements InstanceInvokeExpr
- See Also:
- Serialized Form
baseBox
protected ValueBox baseBox
AbstractInstanceInvokeExpr
public AbstractInstanceInvokeExpr()
getBase
public Value getBase()
- Specified by:
getBase
in interface InstanceInvokeExpr
getBaseBox
public ValueBox getBaseBox()
- Specified by:
getBaseBox
in interface InstanceInvokeExpr
setBase
public void setBase(Value base)
- Specified by:
setBase
in interface InstanceInvokeExpr
getUseBoxes
public List getUseBoxes()
- Description copied from interface:
Value
- Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
- Specified by:
getUseBoxes
in interface Value