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
- makeSource
-
new make(Compiler compiler)
- runSource
-
override Void run()
Overrides compiler::CompilerStep.run
Doc inherited from compiler::CompilerStep.run
Run the step
- visitTypeDefSource
-
override Void visitTypeDef(TypeDef t)
Overrides compiler::Visitor.visitTypeDef
Doc inherited from compiler::Visitor.visitTypeDef
Callback when visiting a type definition.