
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
- compiler
-
DocCompiler compiler
- err
-
virtual CompilerErr err(Str msg, Location loc)
Create, log, and return a CompilerErr.
- errReport
-
CompilerErr errReport(CompilerErr e)
Log, store, and return the specified CompilerErr.
- log
-
CompilerLog log()
Convenience for compiler.log
- make
-
new make(DocCompiler compiler)
Constructor takes the associated Compiler