| Package | Description |
|---|---|
| com.google.template.soy.exprparse |
Parser for Soy expressions.
|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Class and Description |
|---|
| ExpressionParserConstants
Token literal values and constants.
|
| ExpressionParserTokenManager
Token Manager.
|
| ParseException
This exception is thrown when parse errors are encountered.
|
| 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.
|
| Class and Description |
|---|
| SoyParsingContext
Holds information and services needed for parsing templates and expressions.
|