|
|||||||||
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 |
Constructor Detail |
public AbstractInstanceInvokeExpr()
Method Detail |
public Value getBase()
public ValueBox getBaseBox()
public void setBase(Value base)
public java.util.List getUseBoxes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |