o_EmitValueOn

abstract override fun o_EmitValueOn(self: AvailObject, codeGenerator: AvailCodeGenerator)

Emit the value of this phrase. That means emit a sequence of instructions that will cause this phrase's value to end up on the stack.

Parameters

self

The phrase.

codeGenerator

Where to emit the code.