| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallBasicNode
Node representing a call to a basic template.
|
class |
CallDelegateNode
Node representing a call to a delegate template.
|
class |
CallNode
Node representing a call.
|
class |
CallParamValueNode
Node representing a 'param' with a value expression.
|
class |
ForNode
Node representing a 'foreach' statement.
|
class |
IfCondNode
Node representing a block within an 'if' statement that has a conditional expression (i.e.
|
class |
LetValueNode
Node representing a 'let' statement with a value expression.
|
class |
MsgNode
Node representing a 'msg' block.
|
class |
MsgPluralNode
Node representing a 'plural' block.
|
class |
MsgSelectNode
Node representing a 'select' block.
|
class |
PrintDirectiveNode
Node representing a 'print' directive.
|
class |
PrintNode
Node representing a 'print' statement.
|
class |
SwitchCaseNode
Node representing a 'case' block in a 'switch' block.
|
class |
SwitchNode
Node representing a 'switch' statement.
|
class |
TemplateDelegateNode
Node representing a delegate template.
|
class |
VeLogNode
Node for a
statement. |