| Interface | Description |
|---|---|
| ExpressionParserConstants |
Token literal values and constants.
|
| Class | Description |
|---|---|
| ExpressionParser |
This parser's specification is in ExpressionParser.jj, which is read by JavaCC and transformed
into ExpressionParser.java.
|
| ExpressionParserTokenManager |
Token Manager.
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SoyParsingContext |
Holds information and services needed for parsing templates and expressions.
|
| Token |
Describes the input token stream.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Token Manager Error.
|