| Constructor and Description |
|---|
InvocationExpr(Expr left,
java.util.List<Expr> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Obj |
accept(ExprVisitor visitor,
Scope scope) |
void |
ast(java.lang.StringBuilder builder,
java.lang.String prefix,
boolean isTail) |
InvocationExpr |
copy() |
java.util.List<Expr> |
getArguments() |
Expr |
getLeft() |
public Expr getLeft()
public java.util.List<Expr> getArguments()
public InvocationExpr copy()
public Obj accept(ExprVisitor visitor, Scope scope)