public class BinaryOperatorParser extends BinaryParser
| Constructor and Description |
|---|
BinaryOperatorParser(int precedence,
boolean leftAssoc,
java.util.function.BinaryOperator<Obj> operator) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
parse(AJEParser parser,
Expr left,
Token token) |
getPrecedence, isLeftAssoc