logo
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

addDefaultCtor

static const MethodDef addDefaultCtor(TypeDef parent, Int flags)

make

new make(Compiler compiler)

run

virtual Void run()

visitTypeDef

virtual Void visitTypeDef(TypeDef t)