| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Operator.Operand
A syntax element for an operand.
|
static class |
Operator.Spacer
A syntax element for a space character.
|
static class |
Operator.Token
A syntax element for a token.
|
| Modifier and Type | Method and Description |
|---|---|
List<Operator.SyntaxElement> |
Operator.getSyntax()
Returns the canonical syntax for this operator, including spacing.
|