Package io.github.ascopes.jct.diagnostics


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