| Constructor and Description |
|---|
InvocationExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(ExprVisitor visitor) |
protected Expr |
clone(Map<Expr,Expr> cache) |
List<Expr> |
getArguments() |
MethodReference |
getMethod() |
InvocationType |
getType() |
void |
setMethod(MethodReference method) |
void |
setType(InvocationType type) |
binary, binary, clone, constant, constructObject, createArray, createArray, createObject, getLocation, instanceOf, invert, invoke, invokeSpecial, invokeStatic, qualify, setLocation, staticClass, subscript, unary, varpublic MethodReference getMethod()
public void setMethod(MethodReference method)
public InvocationType getType()
public void setType(InvocationType type)
public void acceptVisitor(ExprVisitor visitor)
acceptVisitor in class ExprCopyright © 2015. All rights reserved.