| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReturningExprNodeVisitor<R>
Abstract base class for all ExprNode visitors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TranslateToJsExprVisitor
Visitor for translating a Soy expression (in the form of an
ExprNode) into an
equivalent JS expression. |
| Modifier and Type | Class and Description |
|---|---|
class |
EvalVisitor
Visitor for evaluating the expression rooted at a given ExprNode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReturningSoyNodeVisitor<R>
Abstract base class for all SoyNode visitors.
|