| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Field and Description |
|---|---|
static MsgPluralCaseNode |
MsgPluralCaseNode.Builder.ERROR |
| Modifier and Type | Method and Description |
|---|---|
MsgPluralCaseNode |
MsgPluralCaseNode.Builder.build(ErrorReporter errorReporter)
Builds a new
MsgPluralCaseNode from this builder's state. |
MsgPluralCaseNode |
MsgPluralCaseNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitMsgPluralCaseNode(MsgPluralCaseNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitMsgPluralCaseNode(MsgPluralCaseNode node) |