| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| com.google.template.soy.soytree.jssrc |
Soy parse tree nodes specific to the JavaScript Src backend.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForeachNonemptyNode
Node representing the loop portion of a 'foreach' statement.
|
class |
IfNode
Node representing an 'if' statement.
|
class |
MsgFallbackGroupNode
Represents a group of one or more messages.
|
class |
MsgHtmlTagNode
Node representing an HTML tag within a
msg statement/block. |
class |
MsgPlaceholderNode
A node that is the direct child of a MsgBlockNode and will turn into a placeholder.
|
class |
SoyFileNode
Node representing a Soy file.
|
class |
SoyFileSetNode
Node representing a Soy file set (the root of the Soy parse tree).
|
| Constructor and Description |
|---|
AbstractParentSoyNode(AbstractParentSoyNode<N> orig)
Copy constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GoogMsgDefNode
Represents a
goog.getMsg* definition of a group of one or more messages. |