| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExprNodeVisitor<R>
Abstract base class for all ExprNode visitors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenIncrementalDomCodeVisitor
Generates a series of JavaScript control statements and function calls for rendering one or more
templates as HTML.
|
class |
GenIncrementalDomExprsVisitor
Overrides the base class to provide the correct helpers classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtractMsgVariablesVisitor
Moves
MsgFallbackGroupNodes to separate {let} and print nodes. |
class |
GenJsCodeVisitor
Visitor for generating full JS code (i.e.
|
class |
GenJsCodeVisitorAssistantForMsgs
Assistant visitor for GenJsCodeVisitor to handle messages.
|
class |
GenJsExprsVisitor
Visitor for generating JS expressions for parse tree nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtractMsgsVisitor
Visitor for extracting messages from a Soy parse tree.
|
class |
InsertMsgsVisitor
Visitor for inserting translated messages into Soy tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenerateParseInfoVisitor
Visitor for generating Java classes containing the parse info.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuildAllDependeesMapVisitor
Visitor for building a map from each node to its list of dependees (ordered by nearest dependee
first).
|
class |
ClearSoyDocStringsVisitor
Visitor for removing SoyDoc strings from
TemplateNodes (saves memory when they're not
needed). |
class |
FindIndirectParamsVisitor
Visitor for finding the indirect params of a given template.
|
class |
FindTransitiveDepTemplatesVisitor
Visitor for finding the set of templates transitively called by a given template.
|
class |
ResolveNamesVisitor
Visitor which resolves all variable and parameter references to point to the corresponding
declaration object.
|
class |
StrictDepsVisitor
Visitor to check that there are no external calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenPyExprsVisitor
Visitor for generating Python expressions for parse tree nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FindCalleesNotInFileVisitor
Visitor for finding the templates called in a file that are not defined in the file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RenderVisitor
Visitor for rendering the template subtree rooted at a given SoyNode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoyNodeVisitor<R>
Abstract base class for all SoyNode visitors.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> void |
SoyTreeUtils.execOnAllV2Exprs(SoyNode node,
AbstractNodeVisitor<ExprNode,R> exprNodeVisitor)
Given a Soy node and a visitor for expression trees, traverses the subtree of the node and
executes the visitor on all expressions held by nodes in the subtree.
|