Class TracingDiagnosticListener<S extends JavaFileObject>

java.lang.Object
io.github.ascopes.jct.diagnostics.TracingDiagnosticListener<S>
Type Parameters:
S - the file type.
All Implemented Interfaces:
DiagnosticListener<S>

@API(since="0.0.1", status=STABLE) public class TracingDiagnosticListener<S extends JavaFileObject> extends Object implements DiagnosticListener<S>
A diagnostics listener that wraps all diagnostics in additional invocation information, and then stores them in a queue for processing later.
Since:
0.0.1
Author:
Ashley Scopes