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