| Package | Description |
|---|---|
| com.google.template.soy.passes | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RewriteRemaindersVisitor.visitMsgPluralNode(MsgPluralNode node) |
| Modifier and Type | Method and Description |
|---|---|
MsgPluralNode |
MsgPluralNode.Builder.build(SoyParsingContext context)
Returns a new
MsgPluralNode built from the builder's state. |
MsgPluralNode |
MsgPluralNode.copy(CopyState copyState) |
MsgPluralNode |
MsgNode.getRepPluralNode(String pluralVarName)
Gets the representative plural node for a given plural variable name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MsgNode.getPluralVarName(MsgPluralNode pluralNode)
Gets the variable name associated with a given plural node.
|
protected void |
AbstractSoyNodeVisitor.visitMsgPluralNode(MsgPluralNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitMsgPluralNode(MsgPluralNode node) |