public static interface TranslateToJsExprVisitor.TranslateToJsExprVisitorFactory
| Modifier and Type | Method and Description |
|---|---|
TranslateToJsExprVisitor |
create(Deque<Map<String,JsExpr>> localVarTranslations,
ErrorReporter errorReporter) |
TranslateToJsExprVisitor create(Deque<Map<String,JsExpr>> localVarTranslations, ErrorReporter errorReporter)
localVarTranslations - The current stack of replacement JS expressions for the local
variables (and foreach-loop special functions) current in scope.