| Package | Description |
|---|---|
| com.google.template.soy.html | |
| com.google.template.soy.jssrc.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReturningHtmlSoyNodeVisitor<R>
Like
AbstractReturningHtmlSoyNodeVisitor, but also visits nodes containing information
about the HTML structure of the page. |
| Modifier and Type | Class and Description |
|---|---|
class |
CanInitOutputVarVisitor
Visitor for determining whther the code generated from a given node's subtree can be made to
also initialize the current variable (if not already initialized).
|
class |
IsComputableAsJsExprsVisitor
Visitor to determine whether the output string for the subtree rooted at a given node is
computable as the concatenation of one or more JS expressions.
|