emit Super Call
fun emitSuperCall( tokens: A_Tuple, nArgs: Int, bundle: A_Bundle, returnType: A_Type, superUnionType: A_Type)
Content copied to clipboard
Write a super-call. I expect my arguments and their types to have been pushed already (interleaved).
Parameters
n Args
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.
return Type
The expected return type of the call.
super Union Type
The tuple type used to direct method lookup.