AvailSuperCall

constructor(relevantTokens: A_Tuple, messageIndex: Int, verifyIndex: Int, superUnionIndex: Int)

Construct a new AvailSuperCall.

Parameters

relevantTokens

The A_Tuple of A_Tokens that are associated with this instruction.

messageIndex

The index of the literal that holds the message (a method).

verifyIndex

The index of the literal that holds the return type.

superUnionIndex

The index of the literal that holds a tuple type used to direct method lookup.