org.jetbrains.k2js.translate.reference
Class CallParametersResolver

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

public final class CallParametersResolver
extends java.lang.Object


Method Summary
static CallParameters resolveCallParameters(com.google.dart.compiler.backend.js.ast.JsExpression qualifier, com.google.dart.compiler.backend.js.ast.JsExpression callee, CallableDescriptor descriptor, ResolvedCall<? extends CallableDescriptor> call, TranslationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolveCallParameters

public static CallParameters resolveCallParameters(@Nullable
                                                   com.google.dart.compiler.backend.js.ast.JsExpression qualifier,
                                                   @Nullable
                                                   com.google.dart.compiler.backend.js.ast.JsExpression callee,
                                                   @NotNull
                                                   CallableDescriptor descriptor,
                                                   @NotNull
                                                   ResolvedCall<? extends CallableDescriptor> call,
                                                   @NotNull
                                                   TranslationContext context)