- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for receiving diagnostics from Nashorn parser.
- Since:
- 9
-
Method Summary
Modifier and TypeMethodDescriptionvoid
report
(Diagnostic diagnostic) Invoked whenever a parsing problem is found.
-
Method Details
-
report
Invoked whenever a parsing problem is found.- Parameters:
diagnostic
- additional information errors, warnings detected during parsing.
-