Package io.github.ascopes.jct.diagnostics
package io.github.ascopes.jct.diagnostics
Support for collecting and representing diagnostics from compiler implementations.
-
ClassDescriptionA writer that wraps an output stream and also writes any content to an in-memory buffer.TraceDiagnostic<S extends JavaFileObject>A wrapper around a
Diagnostic
which contains additional information about where the diagnostic was reported.TracingDiagnosticListener<S extends JavaFileObject>A diagnostics listener that wraps all diagnostics in additional invocation information, and then stores them in a queue for processing later.