AvailPushVariable

constructor(relevantTokens: A_Tuple, variableIndex: Int)

Construct a new AvailPushVariable.

Parameters

relevantTokens

The A_Tuple of A_Tokens that are associated with this instruction.

variableIndex

The index that the variable will occupy at runtime, either within a continuation for arguments and locals, or in the outer variables of a function, or as a literal stored directly in compiled code.