| Package | Description |
|---|---|
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.msgs.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 Boolean |
IsComputableAsJsExprsVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
protected void |
GenJsExprsVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node)
Example:
|
protected void |
GenJsCodeVisitorAssistantForMsgs.visitMsgHtmlTagNode(MsgHtmlTagNode node)
Example:
|
protected void |
GenJsCodeVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InsertMsgsVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
| Modifier and Type | Method and Description |
|---|---|
MsgHtmlTagNode |
MsgHtmlTagNode.Builder.build(ErrorReporter errorReporter)
Returns a new
MsgHtmlTagNode built from the builder's state. |
MsgHtmlTagNode |
MsgHtmlTagNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitMsgHtmlTagNode(MsgHtmlTagNode node) |