| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MsgPlaceholderNode
A node that is the direct child of a MsgBlockNode and will turn into a placeholder.
|
class |
MsgPluralNode
Node representing a 'plural' block.
|
class |
MsgSelectNode
Node representing a 'select' block.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,SoyNode.MsgSubstUnitNode> |
MsgNode.getVarNameToRepNodeMap()
Getter for the generated map from substitution unit var name to representative node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SoyNode.MsgSubstUnitNode.shouldUseSameVarNameAs(SoyNode.MsgSubstUnitNode other)
Returns whether this substitution unit should use the same var name as another substitution
unit.
|
boolean |
MsgSelectNode.shouldUseSameVarNameAs(SoyNode.MsgSubstUnitNode other) |
boolean |
MsgPluralNode.shouldUseSameVarNameAs(SoyNode.MsgSubstUnitNode other) |
boolean |
MsgPlaceholderNode.shouldUseSameVarNameAs(SoyNode.MsgSubstUnitNode other)
Returns whether this node and the given other node are the same, such that they should be
represented by the same placeholder.
|
protected void |
AbstractSoyNodeVisitor.visitMsgSubstUnitNode(SoyNode.MsgSubstUnitNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitMsgSubstUnitNode(SoyNode.MsgSubstUnitNode node) |