Skip to content

Class: Send

Represents a message send or method invocation on an object.

Example

ts
pepita.fly(10)

Constructors

Constructor

new Send(receiver, selector, args, loc?): Send

Parameters

ParameterType
receiverExpression
selectorExpression
argsExpression[]
loc?SourceLocation

Returns

Send

Overrides

ASTNode.constructor