public final class CallParameters extends java.lang.Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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() |
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)
@NotNull public com.google.dart.compiler.backend.js.ast.JsExpression getFunctionReference()
@Nullable public com.google.dart.compiler.backend.js.ast.JsExpression getThisObject()
@Nullable public com.google.dart.compiler.backend.js.ast.JsExpression getReceiver()
@Nullable public com.google.dart.compiler.backend.js.ast.JsExpression getThisOrReceiverOrNull()