|
|||||||||
| 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.initializer.ClassInitializerTranslator
public final class ClassInitializerTranslator
| Constructor Summary | |
|---|---|
ClassInitializerTranslator(JetClassOrObject classDeclaration,
TranslationContext context)
|
|
| Method Summary | |
|---|---|
com.google.dart.compiler.backend.js.ast.JsExpression |
generateEnumEntryInstanceCreation(JetType enumClassType)
|
com.google.dart.compiler.backend.js.ast.JsFunction |
generateInitializeMethod()
|
| 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 ClassInitializerTranslator(@NotNull
JetClassOrObject classDeclaration,
@NotNull
TranslationContext context)
| Method Detail |
|---|
@NotNull public com.google.dart.compiler.backend.js.ast.JsFunction generateInitializeMethod()
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression generateEnumEntryInstanceCreation(@NotNull
JetType enumClassType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||