DiagnosticsSuite
Diagnostics Suite
Complements DiagnosticsBuffer with additional query functionality. Represents a collection of diagnostics that are related and can be summarized.
Inheritors
Functions
Link copied to clipboard
Return a sequence of all reported diagnostic info records for the lifetime of this buffer.
Link copied to clipboard
abstract fun query(consume: Boolean = false, criteria: Predicate<DiagnosticInfo>): Sequence<DiagnosticInfo>
Return a sequence of all reported diagnostic info records for the lifetime of this buffer that match the given criteria.
abstract fun query(lang: String, tool: String? = null, consume: Boolean = false): Sequence<DiagnosticInfo>
Return a sequence of all reported diagnostic info records for the lifetime of this buffer that match the given language and/or tool.