| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExprNode.PrimitiveNode
A node representing a primitive literal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanNode
Node representing a boolean value.
|
class |
FloatNode
Node representing a float value.
|
class |
IntegerNode
Node representing an integer value.
|
class |
NullNode
Node representing a null value.
|
class |
StringNode
Node representing a string value.
|