| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Field and Description |
|---|---|
static MsgSelectCaseNode |
MsgSelectCaseNode.Builder.ERROR |
| Modifier and Type | Method and Description |
|---|---|
MsgSelectCaseNode |
MsgSelectCaseNode.Builder.build(ErrorReporter errorReporter)
Returns a new
MsgSelectCaseNode built from the builder's state. |
MsgSelectCaseNode |
MsgSelectCaseNode.Builder.buildAndThrowIfInvalid()
Returns a new
LetContentNode built from the builder's state. |
MsgSelectCaseNode |
MsgSelectCaseNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitMsgSelectCaseNode(MsgSelectCaseNode node) |
protected void |
AbstractSoyNodeVisitor.visitMsgSelectCaseNode(MsgSelectCaseNode node) |