soot.jimple
Interface InvokeExpr
- All Known Subinterfaces:
- InstanceInvokeExpr, InterfaceInvokeExpr, NewInvokeExpr, SpecialInvokeExpr, StaticInvokeExpr, VirtualInvokeExpr
- All Known Implementing Classes:
- AbstractInvokeExpr
- public interface InvokeExpr
- extends Expr
getMethod
public SootMethod getMethod()
setMethod
public void setMethod(SootMethod m)
getArgs
public java.util.List getArgs()
getArg
public Value getArg(int index)
getArgCount
public int getArgCount()
setArg
public void setArg(int index,
Value arg)
getArgBox
public ValueBox getArgBox(int index)
getType
public Type getType()
- Description copied from interface: Value
- Returns the Soot type of this Value.