| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SoyNode.RenderUnitNode
A node that represents an independent unit of rendering.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallParamContentNode
Node representing a 'param' with content.
|
class |
CaseOrDefaultNode
Abstract node representing a 'case' or 'default' block in 'select', 'switch' or 'plural'
statements.
|
class |
ForeachIfemptyNode
Node representing the 'ifempty' portion of a 'foreach' statement.
|
class |
ForNode
Node representing a 'for' statement.
|
class |
IfCondNode
Node representing a block within an 'if' statement that has a conditional expression (i.e.
|
class |
IfElseNode
Node representing the 'else' block within an 'if' statement.
|
class |
LetContentNode
Node representing a 'let' statement with content.
|
class |
LogNode
Node representing the 'log' statement.
|
class |
MsgNode
Node representing a 'msg' block.
|
class |
MsgPluralCaseNode
Node representing a 'case' block in a 'plural' block.
|
class |
MsgPluralDefaultNode
Node representing the 'default' block in a 'plural' block.
|
class |
MsgSelectCaseNode
Node representing a 'case' block in a 'select' block.
|
class |
MsgSelectDefaultNode
Node representing the 'default' block in a 'select' block.
|
class |
SwitchCaseNode
Node representing a 'case' block in a 'switch' block.
|
class |
SwitchDefaultNode
Node representing the 'default' block in a 'switch' statement.
|
class |
TemplateBasicNode
Node representing a basic template.
|
class |
TemplateDelegateNode
Node representing a delegate template.
|
class |
TemplateNode
Node representing a template.
|