| Package | Description |
|---|---|
| com.google.template.soy.html.passes | |
| 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 |
HtmlTransformVisitor.visitXidNode(XidNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
IsComputableAsJsExprsVisitor.visitXidNode(XidNode node) |
protected void |
GenJsExprsVisitor.visitXidNode(XidNode node)
Example:
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitXidNode(XidNode node) |
| Modifier and Type | Field and Description |
|---|---|
static XidNode |
XidNode.Builder.ERROR |
| Modifier and Type | Method and Description |
|---|---|
XidNode |
XidNode.Builder.build(ErrorReporter errorReporter)
Builds a new
XidNode from the builder's state. |
XidNode |
XidNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitXidNode(XidNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitXidNode(XidNode node) |