public abstract class AbstractTranslator extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTranslator(TranslationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected BindingContext |
bindingContext() |
protected TranslationContext |
context() |
protected com.google.dart.compiler.backend.js.ast.JsProgram |
program() |
protected AbstractTranslator(@NotNull TranslationContext context)
@NotNull protected com.google.dart.compiler.backend.js.ast.JsProgram program()
@NotNull protected TranslationContext context()
@NotNull protected BindingContext bindingContext()