| Package | Description |
|---|---|
| com.google.template.soy.incrementaldomsrc | |
| com.google.template.soy.jssrc.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
GenIncrementalDomExprsVisitor
Overrides the base class to provide the correct helpers classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected GenJsExprsVisitor |
GenJsCodeVisitor.genJsExprsVisitor
The GenJsExprsVisitor used for the current template.
|
| Modifier and Type | Method and Description |
|---|---|
GenJsExprsVisitor |
GenJsExprsVisitor.GenJsExprsVisitorFactory.create(Deque<Map<String,JsExpr>> localVarTranslations,
TemplateAliases templateAliases,
ErrorReporter errorReporter) |
| Constructor and Description |
|---|
GenJsCodeVisitorAssistantForMsgs(GenJsCodeVisitor master,
SoyJsSrcOptions jsSrcOptions,
JsExprTranslator jsExprTranslator,
GenCallCodeUtils genCallCodeUtils,
IsComputableAsJsExprsVisitor isComputableAsJsExprsVisitor,
CodeBuilder<JsExpr> jsCodeBuilder,
Deque<Map<String,JsExpr>> localVarTranslations,
TemplateAliases functionAliases,
GenJsExprsVisitor genJsExprsVisitor,
ErrorReporter errorReporter) |