Fan

 

class

docCompiler::DocCompilerSupport

sys::Obj
  docCompiler::DocCompilerSupport

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

Slots

bombIfErrSource

Void bombIfErr()

If any errors are accumulated, then throw the last one

compilerSource

DocCompiler compiler

errSource

virtual CompilerErr err(Str msg, Location loc)

Create, log, and return a CompilerErr.

errReportSource

CompilerErr errReport(CompilerErr e)

Log, store, and return the specified CompilerErr.

logSource

CompilerLog log()

Convenience for compiler.log

makeSource

new make(DocCompiler compiler)

Constructor takes the associated Compiler