|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| SoyFileParserConstants | Token literal values and constants. |
| TemplateParserConstants | Token literal values and constants. |
| Class Summary | |
|---|---|
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
| SoyFileParser | This parser's specification is in SoyFileParser.jj, which is read by JavaCC and transformed into SoyFileParser.java. |
| SoyFileParserTokenManager | Token Manager. |
| SoyFileSetParser | Static functions for parsing a set of Soy files into a SoyFileSetNode. |
| TemplateParser | This parser's specification is in TemplateParser.jj, which is read by JavaCC and transformed into TemplateParser.java. |
| TemplateParserTokenManager | Token Manager. |
| Token | Describes the input token stream. |
| Exception Summary | |
|---|---|
| ParseException | This exception is thrown when parse errors are encountered. |
| Error Summary | |
|---|---|
| TokenMgrError | Token Manager Error. |
Parser for Soy files and templates.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||