emitEffectForOn

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

If this is an ordinary declaration then it was handled on a separate pass. Do nothing by default.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

declarationNode

The declaration phrase.

codeGenerator

Where to emit the declaration.