| Package | Description |
|---|---|
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.passes | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenIncrementalDomCodeVisitor.visitPrintNode(PrintNode node)
Visit an
PrintNode, with special cases for a variable being printed within an attribute
declaration or as HTML content. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenJsExprsVisitor.visitPrintNode(PrintNode node)
Example:
|
protected void |
GenJsCodeVisitor.visitPrintNode(PrintNode node) |
protected Boolean |
IsComputableAsJsExprsVisitor.visitPrintNode(PrintNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResolveNamesVisitor.visitPrintNode(PrintNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitPrintNode(PrintNode node)
Visiting a print node accomplishes 3 basic tasks.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitPrintNode(PrintNode node) |
| Modifier and Type | Method and Description |
|---|---|
PrintNode |
PrintNode.copy(CopyState copyState) |
PrintNode |
TagName.getDynamicTagName() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitPrintNode(PrintNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitPrintNode(PrintNode node) |
| Constructor and Description |
|---|
TagName(PrintNode node) |