| Package | Description |
|---|---|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses.render |
| Modifier and Type | Class and Description |
|---|---|
class |
TranslateExprNodeVisitor
Visitor for translating a Soy expression (in the form of an
ExprNode) into an equivalent
chunk of JavaScript code. |
| Modifier and Type | Class and Description |
|---|---|
class |
TranslateToPyExprVisitor
Visitor for translating a Soy expression (in the form of an
ExprNode) into an equivalent
Python expression. |
| Modifier and Type | Class and Description |
|---|---|
class |
EvalVisitor
Visitor for evaluating the expression rooted at a given ExprNode.
|