public final class ClassDeclarationTranslator extends AbstractTranslator
| Constructor and Description |
|---|
ClassDeclarationTranslator(TranslationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateDeclarations() |
com.google.dart.compiler.backend.js.ast.JsVars.JsVar |
getDeclaration() |
com.google.dart.compiler.backend.js.ast.JsPropertyInitializer |
translate(JetClassOrObject declaration) |
bindingContext, context, programpublic ClassDeclarationTranslator(@NotNull TranslationContext context)
@NotNull public com.google.dart.compiler.backend.js.ast.JsVars.JsVar getDeclaration()
public void generateDeclarations()
@NotNull public com.google.dart.compiler.backend.js.ast.JsPropertyInitializer translate(@NotNull JetClassOrObject declaration)