org.jetbrains.k2js.translate.expression
Class MultiDeclarationTranslator

java.lang.Object
  extended by org.jetbrains.k2js.translate.general.AbstractTranslator
      extended by org.jetbrains.k2js.translate.expression.MultiDeclarationTranslator

public class MultiDeclarationTranslator
extends AbstractTranslator


Method Summary
static com.google.dart.compiler.backend.js.ast.JsVars translate(JetMultiDeclaration multiDeclaration, com.google.dart.compiler.backend.js.ast.JsName multiObjectName, com.google.dart.compiler.backend.js.ast.JsExpression initializer, TranslationContext context)
           
 
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

translate

@NotNull
public static com.google.dart.compiler.backend.js.ast.JsVars translate(@NotNull
                                                                               JetMultiDeclaration multiDeclaration,
                                                                               @NotNull
                                                                               com.google.dart.compiler.backend.js.ast.JsName multiObjectName,
                                                                               @Nullable
                                                                               com.google.dart.compiler.backend.js.ast.JsExpression initializer,
                                                                               @NotNull
                                                                               TranslationContext context)