| Package | Description |
|---|---|
| com.google.template.soy.exprparse |
Parser for Soy expressions.
|
| com.google.template.soy.soyparse |
Parser for Soy files and templates.
|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Class and Description |
|---|
| ErrorReporter
Collects errors during parsing.
|
| SoyError
Represents any syntactic or semantic error made by a Soy template author, which can be
collected during compilation and displayed back to the author.
|
| Class and Description |
|---|
| ErrorReporter
Collects errors during parsing.
|
| ErrorReporter.Checkpoint |
| ErrorReporterImpl
Simple
ErrorReporter implementation. |
| ParseException
This exception is thrown when parse errors are encountered.
|
| ParseResult
Container for the result of a parse, including the root of the parse tree
and any errors encountered.
|
| SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SoyError
Represents any syntactic or semantic error made by a Soy template author, which can be
collected during compilation and displayed back to the author.
|
| SoyFileParserConstants
Token literal values and constants.
|
| SoyFileParserTokenManager
Token Manager.
|
| SoyFileSetParser
Static functions for parsing a set of Soy files into a
SoyFileSetNode. |
| TemplateParserConstants
Token literal values and constants.
|
| TemplateParseResult
Container for the result of parsing a Soy template.
|
| TemplateParserTokenManager
Token Manager.
|
| Token
Describes the input token stream.
|
| TokenMgrError
Token Manager Error.
|
| Class and Description |
|---|
| ErrorReporter
Collects errors during parsing.
|
| SoyError
Represents any syntactic or semantic error made by a Soy template author, which can be
collected during compilation and displayed back to the author.
|