| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
SwitchCaseNode |
SwitchCaseNode.Builder.build(ErrorReporter errorReporter)
Returns a new
SwitchCaseNode from the state of this builder, reporting syntax errors
to the given ErrorReporter. |
SwitchCaseNode |
SwitchCaseNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitSwitchCaseNode(SwitchCaseNode node) |
protected void |
AbstractSoyNodeVisitor.visitSwitchCaseNode(SwitchCaseNode node) |