org.jetbrains.k2js.translate.reference
Class CallTranslator

java.lang.Object
  extended by org.jetbrains.k2js.translate.general.AbstractTranslator
      extended by org.jetbrains.k2js.translate.reference.CallTranslator

public final class CallTranslator
extends AbstractTranslator


Method Summary
 com.google.dart.compiler.backend.js.ast.HasArguments createConstructorCallExpression(com.google.dart.compiler.backend.js.ast.JsExpression constructorReference)
           
 com.google.dart.compiler.backend.js.ast.JsExpression explicitInvokeCall()
           
 com.google.dart.compiler.backend.js.ast.JsExpression extensionFunctionCall(boolean useThis)
           
 CallParameters getCallParameters()
           
 ResolvedCall<? extends CallableDescriptor> getResolvedCall()
           
 
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

getResolvedCall

@NotNull
public ResolvedCall<? extends CallableDescriptor> getResolvedCall()

getCallParameters

@NotNull
public CallParameters getCallParameters()

createConstructorCallExpression

@NotNull
public com.google.dart.compiler.backend.js.ast.HasArguments createConstructorCallExpression(@NotNull
                                                                                                    com.google.dart.compiler.backend.js.ast.JsExpression constructorReference)

explicitInvokeCall

@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression explicitInvokeCall()

extensionFunctionCall

@NotNull
public com.google.dart.compiler.backend.js.ast.JsExpression extensionFunctionCall(boolean useThis)