| Constructor and Description |
|---|
InvocationExpr(Expr left,
java.util.List<Expr> exprs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ast(java.lang.StringBuilder builder,
java.lang.String prefix,
boolean isTail) |
Any |
compute() |
InvocationExpr |
copy() |
java.util.List<Expr> |
getExprs() |
Expr |
getLeft() |
public Expr getLeft()
public java.util.List<Expr> getExprs()
public InvocationExpr copy()