public interface DiagnosticListener
Modifier and Type | Method and Description |
---|---|
void |
report(Diagnostic diagnostic)
invoked whenever a parsing problem is found
|
void report(Diagnostic diagnostic)
diagnostic
- additional information about parsing problem.