Base class for parsing raw diagnostic information on a line-by-line basis
Get the diagnostics which have been parsed by this object
Implement in derived classes to parse a line. Returns a new diagnostic, or undefined if the give line does not complete a diagnostic
undefined
The line to process
Push another line into the parser
Another line to parse
Generated using TypeDoc
Base class for parsing raw diagnostic information on a line-by-line basis