logo

class

compiler::GenerateOutput

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::GenerateOutput

GenerateOutput creates the appropriate CompilerOutput instance for Compiler.output based on the configured CompilerInput.output.

Slots

make

new make(Compiler compiler)

Constructor takes the associated Compiler

Source

run

override Void run()

Run the step

Source