|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.k2js.translate.general.AbstractTranslator
org.jetbrains.k2js.translate.declaration.ClassDeclarationTranslator
public final class ClassDeclarationTranslator
Generates a big block where are all the classes(objects representing them) are created.
Constructor Summary | |
---|---|
ClassDeclarationTranslator(TranslationContext context)
|
Method Summary | |
---|---|
void |
generateDeclarations()
|
com.google.dart.compiler.backend.js.ast.JsVars.JsVar |
getDeclaration()
|
com.google.dart.compiler.backend.js.ast.JsPropertyInitializer |
translate(JetClassOrObject declaration)
|
Methods inherited from class org.jetbrains.k2js.translate.general.AbstractTranslator |
---|
bindingContext, context, program |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassDeclarationTranslator(@NotNull TranslationContext context)
Method Detail |
---|
@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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |