org.jetbrains.k2js.translate.reference
Class CallParameters

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

public final class CallParameters
extends java.lang.Object


Constructor Summary
CallParameters(com.google.dart.compiler.backend.js.ast.JsExpression receiver, com.google.dart.compiler.backend.js.ast.JsExpression functionReference, com.google.dart.compiler.backend.js.ast.JsExpression thisObject)
           
 
Method Summary
 com.google.dart.compiler.backend.js.ast.JsExpression getFunctionReference()
           
 com.google.dart.compiler.backend.js.ast.JsExpression getReceiver()
           
 com.google.dart.compiler.backend.js.ast.JsExpression getThisObject()
           
 com.google.dart.compiler.backend.js.ast.JsExpression getThisOrReceiverOrNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallParameters

public CallParameters(@Nullable
                      com.google.dart.compiler.backend.js.ast.JsExpression receiver,
                      @NotNull
                      com.google.dart.compiler.backend.js.ast.JsExpression functionReference,
                      @Nullable
                      com.google.dart.compiler.backend.js.ast.JsExpression thisObject)
Method Detail

getFunctionReference

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

getThisObject

@Nullable
public com.google.dart.compiler.backend.js.ast.JsExpression getThisObject()

getReceiver

@Nullable
public com.google.dart.compiler.backend.js.ast.JsExpression getReceiver()

getThisOrReceiverOrNull

@Nullable
public com.google.dart.compiler.backend.js.ast.JsExpression getThisOrReceiverOrNull()