public interface InvokeExpr extends Expr
Modifier and Type | Method and Description |
---|---|
Value |
getArg(int index) |
ValueBox |
getArgBox(int index) |
int |
getArgCount() |
List<Value> |
getArgs() |
SootMethod |
getMethod() |
SootMethodRef |
getMethodRef() |
Type |
getType()
Returns the Soot type of this Value.
|
void |
setArg(int index,
Value arg) |
void |
setMethodRef(SootMethodRef smr) |
clone, getUseBoxes, toString
apply
equivHashCode, equivTo
void setMethodRef(SootMethodRef smr)
SootMethodRef getMethodRef()
SootMethod getMethod()
Value getArg(int index)
int getArgCount()
void setArg(int index, Value arg)
ValueBox getArgBox(int index)