class compiler::CheckInheritance

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

Source

CheckInheritance is used to check invalid extends or mixins.

make

new make(Compiler compiler)

Source

run

virtual override Void run()

Source

visitTypeDef

virtual override Void visitTypeDef(TypeDef t)

Source