public interface InvokeExpr extends Expr
| Modifier and Type | Method and Description |
|---|---|
Value |
getArg(int index) |
ValueBox |
getArgBox(int index) |
int |
getArgCount() |
java.util.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, toStringapplyequivHashCode, equivTovoid setMethodRef(SootMethodRef smr)
SootMethodRef getMethodRef()
SootMethod getMethod()
java.util.List<Value> getArgs()
Value getArg(int index)
int getArgCount()
void setArg(int index,
Value arg)
ValueBox getArgBox(int index)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.