class compiler::Assembler

sys::Obj
  compiler::CompilerSupport
    compiler::Assembler : compiler::FConst

Source

Assembler assembles all the TypeDefs into their fcode representation.

assembleField

FField assembleField(FType fparent, FieldDef def)

Source

assembleMethod

FMethod assembleMethod(FType fparent, MethodDef def)

Source

assemblePod

FPod assemblePod()

Source

fpod

FPod? fpod

Source

make

new make(Compiler compiler)

Source

name

Int name(Str val)

Source

typeRef

Int typeRef(CType type)

Source