o_GenerateInModule

open override fun o_GenerateInModule(self: AvailObject, module: A_Module): A_RawFunction

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.