o_Emit Value On
abstract override fun o_EmitValueOn(self: AvailObject, codeGenerator: AvailCodeGenerator)
Content copied to clipboard
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.
code Generator
Where to emit the code.