|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.internal.AbstractInvokeExpr | +--soot.jimple.internal.AbstractInstanceInvokeExpr
Fields inherited from class soot.jimple.internal.AbstractInvokeExpr |
argBoxes |
Constructor Summary | |
AbstractInstanceInvokeExpr()
|
Method Summary | |
Value |
getBase()
|
ValueBox |
getBaseBox()
|
java.util.List |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
void |
setBase(Value base)
|
Methods inherited from class soot.jimple.internal.AbstractInvokeExpr |
clone, getArg, getArgBox, getArgCount, getArgs, getMethod, getType, setArg, setMethod |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface soot.jimple.InvokeExpr |
getArg, getArgBox, getArgCount, getArgs, getMethod, getType, setArg, setMethod |
Methods inherited from interface soot.Value |
clone |
Methods inherited from interface soot.util.Switchable |
apply |
Methods inherited from interface soot.EquivTo |
equivHashCode, equivTo |
Methods inherited from interface soot.ToBriefString |
toBriefString |
Constructor Detail |
public AbstractInstanceInvokeExpr()
Method Detail |
public Value getBase()
getBase
in interface InstanceInvokeExpr
public ValueBox getBaseBox()
getBaseBox
in interface InstanceInvokeExpr
public void setBase(Value base)
setBase
in interface InstanceInvokeExpr
public java.util.List getUseBoxes()
Value
getUseBoxes
in interface InstanceInvokeExpr
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |