class compiler::DefaultCtor

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

Source

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

addDefaultCtor

static MethodDef addDefaultCtor(TypeDef parent, Int flags)

Source

make

new make(Compiler compiler)

Source

run

virtual override Void run()

Source

visitTypeDef

virtual override Void visitTypeDef(TypeDef t)

Source