public class DiagnosticCollector extends java.lang.Object implements DiagnosticListener
| Constructor and Description |
|---|
DiagnosticCollector() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Diagnostic> |
diagnostics() |
void |
onDiagnostic(Diagnostic d) |
public void onDiagnostic(Diagnostic d)
onDiagnostic in interface DiagnosticListenerpublic java.util.List<Diagnostic> diagnostics()