| Package | Description |
|---|---|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.parsepasses |
Compiler passes used in parsing.
|
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses |
Compiler passes shared between multiple backends or between frontend and backend.
|
| com.google.template.soy.sharedpasses.opti | |
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenJsExprsVisitor.visitPrintNode(PrintNode node)
Example:
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PerformAutoescapeVisitor.visitPrintNode(PrintNode node) |
protected void |
RewriteRemainderNodesVisitor.visitPrintNode(PrintNode node) |
protected void |
VerifyPhnameAttrOnlyOnPlaceholdersVisitor.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 |
ResolveExpressionTypesVisitor.visitPrintNode(PrintNode node) |
protected void |
ResolveNamesVisitor.visitPrintNode(PrintNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimplifyVisitor.visitPrintNode(PrintNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitPrintNode(PrintNode node) |
| Modifier and Type | Method and Description |
|---|---|
PrintNode |
PrintNode.Builder.build(ErrorReporter unusedForNow)
Returns a new
PrintNode built from this builder's state. |
PrintNode |
PrintNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitPrintNode(PrintNode node) |
protected void |
AbstractSoyNodeVisitor.visitPrintNode(PrintNode node) |
| Constructor and Description |
|---|
MsgPluralRemainderNode(PrintNode origPrintNode) |