| Package | Description |
|---|---|
| com.google.template.soy.soyparse |
Parser for Soy files and templates.
|
| Modifier and Type | Method and Description |
|---|---|
ParseException |
SoyFileParser.generateParseException()
Generate ParseException.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoyFileParser.MaybeWhitespace(String errorMessage)
Matches empty string or BasicRawText, and if the latter, then ensures it's all whitespace.
|
TemplateParseResult |
SoyFileParser.parseTemplateContent()
TODO(lukes): Delete after porting tests
|