- Declared in:
- LKMessageSend.h
Send an array of messages to the same receiver. The receiver expression will be evaluated once and each message will be sent to this receiver.
- Declared in:
- LKMessageSend.h
AST node representing a message send operation.
Return a new message send with the specified selector.
Return a new message send with the specified selector and arguments.
Add a component of the selector.
Initialize with the specified selector.
Array of AST nodes which evaluate to the message arguments.
The message selector.
Receiver of the message.
Array of possible type encodings for the method