| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| 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.
|
| Constructor and Description |
|---|
AbstractPrimitiveNode(AbstractPrimitiveNode orig)
Copy constructor.
|