logo

class

docCompiler::DocCompilerSupport

sys::Obj
  docCompiler::DocCompilerSupport

DocCompilerSupport provides lots of convenience methods for classes used during the documentation compiler pipeline.

Slots

bombIfErr

Void bombIfErr()

If any errors are accumulated, then throw the last one

Source

compiler

DocCompiler compiler

Source

err

virtual CompilerErr err(Str msg, Location loc)

Create, log, and return a CompilerErr.

Source

errReport

CompilerErr errReport(CompilerErr e)

Log, store, and return the specified CompilerErr.

Source

log

CompilerLog log()

Convenience for compiler.log

Source

make

new make(DocCompiler compiler)

Constructor takes the associated Compiler

Source