| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
MsgSelectNode |
MsgSelectNode.copy(CopyState copyState) |
MsgSelectNode |
MsgNode.getRepSelectNode(String selectVarName)
Gets the representative select node for a given select variable name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MsgNode.getSelectVarName(MsgSelectNode selectNode)
Gets the variable name associated with a given select node.
|
protected void |
AbstractSoyNodeVisitor.visitMsgSelectNode(MsgSelectNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitMsgSelectNode(MsgSelectNode node) |