| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SoyNode.MsgBlockNode |
SoyNode.MsgSubstUnitNode.getParent() |
SoyNode.MsgBlockNode |
MsgPlaceholderNode.getParent() |
SoyNode.MsgBlockNode |
MsgSelectNode.getParent() |
SoyNode.MsgBlockNode |
MsgPluralNode.getParent() |