| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static SoyError |
ExpressionParser.INVALID_EXPRESSION_LIST |
static SoyError |
ExpressionParser.INVALID_VAR_NAME |
| Modifier and Type | Method and Description |
|---|---|
static SoyError |
SoyError.of(String format) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExplodingErrorReporter.report(SourceLocation sourceLocation,
SoyError error,
String... args) |
void |
ErrorReporter.report(SourceLocation sourceLocation,
SoyError error,
String... args)
Reports the given
error, formatted according to args and associated with
the given sourceLocation. |
void |
ErrorReporterImpl.report(SourceLocation sourceLocation,
SoyError error,
String... args) |
| Modifier and Type | Field and Description |
|---|---|
static SoyError |
LetNode.INVALID_COMMAND_TEXT |
static SoyError |
CallDelegateNode.INVALID_DELEGATE_NAME |
static SoyError |
CommandTextAttributesParser.MALFORMED_ATTRIBUTES |
static SoyError |
CallBasicNode.MISSING_CALLEE_NAME |
static SoyError |
LetValueNode.SELF_ENDING_WITHOUT_VALUE |
static SoyError |
CommandTextAttributesParser.UNSUPPORTED_ATTRIBUTE |