emitVariableAssignmentForOn

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

Emit an assignment 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 generate the assignment.