logo

class

compiler::Inherit

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::Inherit

Inherit processes each TypeDef to resolve the inherited slots. This step is used to check invalid inheritances due to conflicting slots and invalid overrides.

Slots

make

new make(Compiler compiler)

run

override Void run()

visitTypeDef

override Void visitTypeDef(TypeDef t)