@Exported @FunctionalInterface 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 errors, warnings detected during parsing.
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b88