Fan

 

class

compiler::CheckInheritance

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

CheckInheritance is used to check invalid extends or mixins.

Slots

makeSource

new make(Compiler compiler)

runSource

override Void run()

Run the step

visitTypeDefSource

override Void visitTypeDef(TypeDef t)

Callback when visiting a type definition.