o_Generate In Module
open override fun o_GenerateInModule(self: AvailObject, module: A_Module): A_RawFunction
Content copied to clipboard
Answer an Avail compiled block compiled from the given block phrase, using the given AvailCodeGenerator.
Return
An A_RawFunction.
Parameters
self
The block phrase.
module
The module which is intended to hold the resulting code.