| Constructor and Description |
|---|
BinaryOperation(Expr left,
Expr right,
java.util.function.BinaryOperator<Obj> operator) |
| Modifier and Type | Method and Description |
|---|---|
Obj |
accept(ExprVisitor visitor,
Scope scope) |
void |
ast(java.lang.StringBuilder builder,
java.lang.String prefix,
boolean isTail) |
Expr |
getLeft() |
java.util.function.BinaryOperator<Obj> |
getOperator() |
Expr |
getRight() |
java.lang.String |
toString() |