public class JimpleInvokeExpr extends Object implements InvokeExpr
| Constructor and Description |
|---|
JimpleInvokeExpr(soot.jimple.InvokeExpr ive,
Method m) |
| Modifier and Type | Method and Description |
|---|---|
Val |
getArg(int index) |
List<Val> |
getArgs() |
Val |
getBase() |
DeclaredMethod |
getMethod() |
boolean |
isInstanceInvokeExpr() |
boolean |
isSpecialInvokeExpr() |
boolean |
isStaticInvokeExpr() |
String |
toString() |
public JimpleInvokeExpr(soot.jimple.InvokeExpr ive,
Method m)
public Val getArg(int index)
getArg in interface InvokeExprpublic List<Val> getArgs()
getArgs in interface InvokeExprpublic boolean isInstanceInvokeExpr()
isInstanceInvokeExpr in interface InvokeExprpublic Val getBase()
getBase in interface InvokeExprpublic DeclaredMethod getMethod()
getMethod in interface InvokeExprpublic boolean isSpecialInvokeExpr()
isSpecialInvokeExpr in interface InvokeExprpublic boolean isStaticInvokeExpr()
isStaticInvokeExpr in interface InvokeExprCopyright © 2024. All rights reserved.