emitVariableReferenceForOn

open fun emitVariableReferenceForOn(tokens: A_Tuple, declarationNode: A_Phrase, codeGenerator: AvailCodeGenerator)

Emit a reference to this variable.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

declarationNode

The declaration that has this declarationKind.

codeGenerator

Where to emit the reference to this variable.