Class IssueReporter<T>

java.lang.Object
manifold.internal.javac.IssueReporter<T>
All Implemented Interfaces:
DiagnosticListener<T>

public class IssueReporter<T> extends Object implements DiagnosticListener<T>
  • Constructor Details

    • IssueReporter

      public IssueReporter(Supplier<com.sun.tools.javac.util.Context> context)
  • Method Details

    • reportInfo

      public void reportInfo(String msg)
    • reportWarning

      public void reportWarning(String msg)
    • reportError

      public void reportError(String msg)
    • report

      public void report(Diagnostic<? extends T> diagnostic)
      Specified by:
      report in interface DiagnosticListener<T>