See: Description
| Interface | Description |
|---|---|
| FormulaParserConstants |
Token literal values and constants.
|
| FormulaParserLL3Constants |
Token literal values and constants.
|
| IFormulaParser |
An interface for the FormulaParser generated by JavaCC to parse infix math formula.
|
| Class | Description |
|---|---|
| FormulaParser | |
| FormulaParser.JJCalls | |
| FormulaParserLL3 |
Class used to parse infix mathematical formula and returns a representation of it as an Abstract Syntax Tree (AST)..
|
| FormulaParserLL3.JJCalls | |
| FormulaParserLL3TokenManager |
Token Manager.
|
| FormulaParserTokenManager |
Token Manager.
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| Token |
Describes the input token stream.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| FormulaParser.LookaheadSuccess | |
| FormulaParserLL3.LookaheadSuccess | |
| TokenMgrError |
Token Manager Error.
|