emitVariableValueForOn

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

Emit a use of 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 use of this variable.