public class IssueReporter<T> extends Object implements DiagnosticListener<T>
Constructor and Description |
---|
IssueReporter(Supplier<com.sun.tools.javac.util.Context> context) |
Modifier and Type | Method and Description |
---|---|
void |
report(Diagnostic<? extends T> diagnostic) |
void |
reportError(String msg) |
void |
reportInfo(String msg) |
void |
reportWarning(String msg) |
public IssueReporter(Supplier<com.sun.tools.javac.util.Context> context)
public void reportInfo(String msg)
public void reportWarning(String msg)
public void reportError(String msg)
public void report(Diagnostic<? extends T> diagnostic)
report
in interface DiagnosticListener<T>
Copyright © 2024. All rights reserved.