newSendNode

fun newSendNode(    tokens: A_Tuple,     bundle: A_Bundle,     argsListNode: A_Phrase,     returnType: A_Type): A_Phrase

Create a new send# phrase from the specified A_Bundle, list# phrase of argument expressions, and return type. Also take a tuple of tokens.

Return

A new send phrase.

Parameters

tokens

The tuple of tokens that comprise the send.

bundle

The method bundle for which this represents an invocation.

argsListNode

A list phrase of argument expressions.

returnType

The target method's expected return type.