public final class ClassTranslator extends AbstractTranslator
| Modifier and Type | Method and Description |
|---|---|
static com.google.dart.compiler.backend.js.ast.JsExpression |
generateClassCreation(JetClassOrObject classDeclaration,
ClassAliasingMap aliasingMap,
TranslationContext context) |
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) |
void |
translateClassOrObjectCreation(com.google.dart.compiler.backend.js.ast.JsInvocation createInvocation) |
com.google.dart.compiler.backend.js.ast.JsExpression |
translateClassOrObjectCreation(TranslationContext declarationContext) |
bindingContext, context, program@NotNull public static com.google.dart.compiler.backend.js.ast.JsExpression generateClassCreation(@NotNull JetClassOrObject classDeclaration, @NotNull ClassAliasingMap aliasingMap, @NotNull TranslationContext context)
@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 translateClassOrObjectCreation(@NotNull TranslationContext declarationContext)
public void translateClassOrObjectCreation(@NotNull com.google.dart.compiler.backend.js.ast.JsInvocation createInvocation)