logo

class

compiler::CheckInheritance

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::CheckInheritance

CheckInheritance is used to check invalid extends or mixins.

Slots

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