org.jetbrains.k2js.translate.reference
Class CallParameters
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()