|
|||||||||
| 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.ClassTranslator
public final class ClassTranslator
Generates a definition of a single class.
| Method Summary | |
|---|---|
static com.google.dart.compiler.backend.js.ast.JsExpression |
generateClassCreation(JetClassOrObject classDeclaration,
ClassDescriptor descriptor,
TranslationContext context)
|
static com.google.dart.compiler.backend.js.ast.JsExpression |
generateClassCreation(JetClassOrObject classDeclaration,
TranslationContext context)
|
static com.google.dart.compiler.backend.js.ast.JsExpression |
generateObjectLiteral(JetObjectLiteralExpression objectLiteralExpression,
TranslationContext context)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translate()
|
void |
translate(com.google.dart.compiler.backend.js.ast.JsInvocation createInvocation)
|
com.google.dart.compiler.backend.js.ast.JsExpression |
translate(TranslationContext declarationContext)
|
| 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 |
| Method Detail |
|---|
@NotNull
public static com.google.dart.compiler.backend.js.ast.JsExpression generateClassCreation(@NotNull
JetClassOrObject classDeclaration,
@NotNull
TranslationContext context)
@NotNull
public static com.google.dart.compiler.backend.js.ast.JsExpression generateClassCreation(@NotNull
JetClassOrObject classDeclaration,
@NotNull
ClassDescriptor descriptor,
@NotNull
TranslationContext context)
@NotNull
public static com.google.dart.compiler.backend.js.ast.JsExpression generateObjectLiteral(@NotNull
JetObjectLiteralExpression objectLiteralExpression,
@NotNull
TranslationContext context)
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression translate()
@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression translate(@NotNull
TranslationContext declarationContext)
public void translate(@NotNull
com.google.dart.compiler.backend.js.ast.JsInvocation createInvocation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||