public class WALAInvokeExpr extends Object implements InvokeExpr
| Constructor and Description |
|---|
WALAInvokeExpr(com.ibm.wala.ssa.SSAAbstractInvokeInstruction inv,
WALAMethod m) |
| Modifier and Type | Method and Description |
|---|---|
Val |
getArg(int index) |
List<Val> |
getArgs() |
Val |
getBase() |
DeclaredMethod |
getMethod() |
boolean |
isInstanceInvokeExpr() |
boolean |
isSpecialInvokeExpr() |
boolean |
isStaticInvokeExpr() |
public WALAInvokeExpr(com.ibm.wala.ssa.SSAAbstractInvokeInstruction inv,
WALAMethod 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.