| Package | Description |
|---|---|
| com.google.template.soy.jssrc.internal | |
| 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.visitIfNode(IfNode node)
Example:
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitIfNode(IfNode node)
If all the children are computable as expressions, the IfNode can be written as a ternary
conditional expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResolveExpressionTypesVisitor.visitIfNode(IfNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimplifyVisitor.visitIfNode(IfNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderVisitor.visitIfNode(IfNode node) |
| Modifier and Type | Method and Description |
|---|---|
IfNode |
IfNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitIfNode(IfNode node) |
protected void |
AbstractSoyNodeVisitor.visitIfNode(IfNode node) |