emitCall

fun emitCall(    tokens: A_Tuple,     nArgs: Int,     bundle: A_Bundle,     returnType: A_Type)

Write a regular multimethod call. I expect my arguments to have been pushed already.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

nArgs

The number of arguments that the method accepts.

bundle

The message bundle for the method in which to look up the method definition being invoked.

returnType

The expected return type of the call.