org.jetbrains.k2js.translate.reference
Class QualifiedExpressionTranslator

java.lang.Object
  extended by org.jetbrains.k2js.translate.reference.QualifiedExpressionTranslator

public final class QualifiedExpressionTranslator
extends java.lang.Object


Method Summary
static AccessTranslator getAccessTranslator(JetQualifiedExpression expression, TranslationContext context)
           
static com.google.dart.compiler.backend.js.ast.JsExpression translateQualifiedExpression(JetQualifiedExpression expression, TranslationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAccessTranslator

@NotNull
public static AccessTranslator getAccessTranslator(@NotNull
                                                           JetQualifiedExpression expression,
                                                           @NotNull
                                                           TranslationContext context)

translateQualifiedExpression

@NotNull
public static com.google.dart.compiler.backend.js.ast.JsExpression translateQualifiedExpression(@NotNull
                                                                                                        JetQualifiedExpression expression,
                                                                                                        @NotNull
                                                                                                        TranslationContext context)