public static interface GenJsExprsVisitor.GenJsExprsVisitorFactory
| Modifier and Type | Method and Description |
|---|---|
GenJsExprsVisitor |
create(Deque<Map<String,JsExpr>> localVarTranslations,
TemplateAliases templateAliases,
ErrorReporter errorReporter) |
GenJsExprsVisitor create(Deque<Map<String,JsExpr>> localVarTranslations, TemplateAliases templateAliases, ErrorReporter errorReporter)
localVarTranslations - The current stack of replacement JS expressions for the local
variables (and foreach-loop special functions) current in scope.templateAliases - A mapping for looking up the function name for a given fully
qualified name.