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 MethodDef addDefaultCtor(TypeDef parent, Int flags)

Source

make

new make(Compiler compiler)

Source

run

override Void run()

Run the step

Source

visitTypeDef

override Void visitTypeDef(TypeDef t)

Callback when visiting a type definition.

Source