| 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 |
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 |
ForeachNode
Node representing a 'foreach' statement.
|
class |
IfNode
Node representing an 'if' statement.
|
class |
MsgFallbackGroupNode
Represents a group of one or more messages.
|
class |
MsgPluralNode
Node representing a 'plural' block.
|
class |
MsgSelectNode
Node representing a 'select' block.
|
class |
PrintNode
Node representing a 'print' statement.
|
class |
SoyFileNode
Node representing a Soy file.
|
class |
SoyFileSetNode
Node representing a Soy file set (the root of the Soy parse tree).
|
class |
SwitchNode
Node representing a 'switch' statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GoogMsgDefNode
Represents a
goog.getMsg* definition of a group of one or more messages. |