| Package | Description |
|---|---|
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenIncrementalDomCodeVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenJsCodeVisitorAssistantForMsgs.visitMsgHtmlTagNode(MsgHtmlTagNode node)
Example:
|
protected void |
GenJsExprsVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node)
Example:
|
protected void |
GenJsCodeVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
protected Boolean |
IsComputableAsJsExprsVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
| Modifier and Type | Method and Description |
|---|---|
MsgHtmlTagNode |
MsgHtmlTagNode.copy(CopyState copyState) |
static MsgHtmlTagNode |
MsgHtmlTagNode.fromNode(int id,
HtmlTagNode tagNode,
ErrorReporter errorReporter)
Creates a
MsgHtmlTagNode from a HtmlTagNode. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |