public interface InvokeExpr
| Modifier and Type | Method and Description |
|---|---|
Val |
getArg(int index) |
List<Val> |
getArgs() |
Val |
getBase() |
DeclaredMethod |
getMethod() |
boolean |
isInstanceInvokeExpr() |
boolean |
isSpecialInvokeExpr() |
boolean |
isStaticInvokeExpr() |
Val getArg(int index)
boolean isInstanceInvokeExpr()
Val getBase()
DeclaredMethod getMethod()
boolean isSpecialInvokeExpr()
boolean isStaticInvokeExpr()
Copyright © 2024. All rights reserved.