| Package | Description |
|---|---|
| com.google.template.soy.soyparse |
Parser for Soy files and templates.
|
| Modifier and Type | Method and Description |
|---|---|
ParseException |
SoyFileParser.generateParseException()
Generate ParseException.
|
ParseException |
TemplateParser.generateParseException()
Generate ParseException.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateParser.MaybeWhitespace(String errorMessage)
Matches empty string or BasicRawText, and if the latter, then ensures it's all whitespace.
|
TemplateParseResult |
TemplateParser.parseTemplateContent()
Attempts to parse the input as the content of a Soy template (header and body).
|