public interface Reporter
Modifier and Type | Method | Description |
---|---|---|
void |
print(Diagnostic.Kind kind,
com.sun.source.util.DocTreePath path,
String msg) |
Print an error message and increment error count.
|
void |
print(Diagnostic.Kind kind,
String msg) |
Print error message and increment error count.
|
void |
print(Diagnostic.Kind kind,
Element e,
String msg) |
Print an error message and increment error count.
|
void print(Diagnostic.Kind kind, String msg)
kind
- specify the diagnostic kindmsg
- message to printvoid print(Diagnostic.Kind kind, com.sun.source.util.DocTreePath path, String msg)
kind
- specify the diagnostic kindpath
- the DocTreePath of item where the error occursmsg
- message to printvoid print(Diagnostic.Kind kind, Element e, String msg)
kind
- specify the diagnostic kinde
- the Element for which the error occursmsg
- message to print Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2