| Package | Description |
|---|---|
| com.google.template.soy.exprparse |
Parser for Soy expressions.
|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
VarNode |
ExpressionParser.parseVariable()
Parses the input as a variable name.
|
| Modifier and Type | Field and Description |
|---|---|
static VarNode |
VarNode.ERROR |
| Modifier and Type | Method and Description |
|---|---|
VarNode |
VarNode.copy(CopyState copyState) |