public interface Expr
| Modifier and Type | Method and Description |
|---|---|
Obj |
accept(ExprVisitor visitor,
Scope scope) |
default Expr |
andThen(Expr after) |
void |
ast(java.lang.StringBuilder builder,
java.lang.String prefix,
boolean isTail) |
default Obj |
compute() |