| 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 |
MsgHtmlTagNode
Node representing an HTML tag within a
msg statement/block. |
class |
PrintNode
Node representing a 'print' statement.
|
| Constructor and Description |
|---|
MsgPlaceholderNode(int id,
SoyNode.MsgPlaceholderInitialNode initialNode) |