Lines Matching defs:kind
40 * javax.tools.Diagnostic.Kind#ERROR error kind} will {@linkplain
57 * Prints a message of the specified kind.
59 * @param kind the kind of message
62 void printMessage(Diagnostic.Kind kind, CharSequence msg);
65 * Prints a message of the specified kind at the location of the
68 * @param kind the kind of message
72 void printMessage(Diagnostic.Kind kind, CharSequence msg, Element e);
75 * Prints a message of the specified kind at the location of the
78 * @param kind the kind of message
83 void printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a);
86 * Prints a message of the specified kind at the location of the
90 * @param kind the kind of message
96 void printMessage(Diagnostic.Kind kind,