Fantom

 

class

compiler::InitFacet

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::InitFacet

InitFacet is used to auto-generate AST modifications to facet classes.

Slots

ctorsSource

MethodDef[]? ctors

fieldsSource

FieldDef[]? fields

makeSource

new make(Compiler compiler)

runSource

override Void run()

Run the step

visitTypeDefSource

override Void visitTypeDef(TypeDef t)

Callback when visiting a type definition.