com.jeffpalm.expr
Interface ExprParserConstants
- All Known Implementing Classes:
- ExprParserTokenManager
public interface ExprParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
REL
static final int REL
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
MUL
static final int MUL
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage