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