| Package | Description |
|---|---|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenJsExprsVisitor.visitMsgPlaceholderNode(MsgPlaceholderNode node) |
| Modifier and Type | Method and Description |
|---|---|
MsgPlaceholderNode |
MsgPlaceholderNode.clone() |
MsgPlaceholderNode |
MsgNode.getRepPlaceholderNode(String placeholderName)
Gets the representative placeholder node for a given placeholder name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MsgNode.getPlaceholderName(MsgPlaceholderNode placeholderNode)
Gets the placeholder name for a given placeholder node.
|
protected R |
AbstractReturningSoyNodeVisitor.visitMsgPlaceholderNode(MsgPlaceholderNode node) |
protected void |
AbstractSoyNodeVisitor.visitMsgPlaceholderNode(MsgPlaceholderNode node) |