logo

class

compiler::OrderByInheritance

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::OrderByInheritance

OrderByInheritance orders the list of TypeDefs from top to bottom such that any inherited types are guaranteed to be positioned first in the types list. During this process we check for duplicate type names and cyclic inheritance.

Slots

make

new make(Compiler compiler)

Source

ordered

TypeDef[] ordered

Source

processing

Str:TypeDef processing

Source

run

override Void run()

Run the step

Source

todo

Str:TypeDef todo

Source