| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
MsgSelectCaseNode |
MsgSelectCaseNode.Builder.build(SoyParsingContext context)
Returns a new
MsgSelectCaseNode built from the builder's state. |
MsgSelectCaseNode |
MsgSelectCaseNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitMsgSelectCaseNode(MsgSelectCaseNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitMsgSelectCaseNode(MsgSelectCaseNode node) |