|
Préférences
Moteurs de recherche
|
||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.annotation.processing
|
|||||||||||
| Method Summary | |
|---|---|
void |
printMessage(Diagnostic.Kind kind,
CharSequence msg)
Prints a message of the specified kind. |
void |
printMessage(Diagnostic.Kind kind,
CharSequence msg,
Element e)
Prints a message of the specified kind at the location of the element. |
void |
printMessage(Diagnostic.Kind kind,
CharSequence msg,
Element e,
AnnotationMirror a)
Prints a message of the specified kind at the location of the annotation mirror of the annotated element. |
void |
printMessage(Diagnostic.Kind kind,
CharSequence msg,
Element e,
AnnotationMirror a,
AnnotationValue v)
Prints a message of the specified kind at the location of the annotation value inside the annotation mirror of the annotated element. |
| Method Detail |
|---|
void printMessage(Diagnostic.Kind kind, CharSequence msg)
kind - the kind of messagemsg - the message, or an empty string if nonevoid printMessage(Diagnostic.Kind kind, CharSequence msg, Element e)
kind - the kind of messagemsg - the message, or an empty string if nonee - the element to use as a position hintvoid printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a)
kind - the kind of messagemsg - the message, or an empty string if nonee - the annotated elementa - the annotation to use as a position hintvoid printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v)
kind - the kind of messagemsg - the message, or an empty string if nonee - the annotated elementa - the annotation containing the annotation valuev - the annotation value to use as a position hint