Fantom

 

class

compiler::DefaultCtor

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::DefaultCtor

DefaultCtor adds a default public constructor called make() if no constructor was explicitly specified.

Slots

addDefaultCtorSource

static MethodDef addDefaultCtor(TypeDef parent, Int flags)

makeSource

new make(Compiler compiler)

runSource

override Void run()

Run the step

visitTypeDefSource

override Void visitTypeDef(TypeDef t)

Callback when visiting a type definition.