public abstract class BinaryParser extends java.lang.Object implements InfixParser
| Constructor and Description |
|---|
BinaryParser(int precedence) |
BinaryParser(int precedence,
boolean leftAssoc) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecedence() |
boolean |
isLeftAssoc() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparsepublic BinaryParser(int precedence)
public BinaryParser(int precedence,
boolean leftAssoc)
public int getPrecedence()
getPrecedence in interface InfixParserpublic boolean isLeftAssoc()