class compiler::GenerateOutput

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

Source

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

make

new make(Compiler compiler)

Source

Constructor takes the associated Compiler

run

virtual override Void run()

Source

Run the step