public static final class MessageContainer.Message extends Object
| Constructor and Description |
|---|
Message(AnnotationMirror annotationMirror,
AnnotationValue annotationValue,
Element enclosedElement,
MessageContainer originalContainer,
String text,
Diagnostic.Kind kind,
String suppressionKey) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationMirror |
getAnnotationMirror() |
AnnotationValue |
getAnnotationValue() |
Element |
getEnclosedElement() |
Diagnostic.Kind |
getKind() |
MessageContainer |
getOriginalContainer() |
String |
getText() |
MessageContainer.Message |
redirect(String textPrefix,
Element element) |
String |
toString() |
public Message(AnnotationMirror annotationMirror, AnnotationValue annotationValue, Element enclosedElement, MessageContainer originalContainer, String text, Diagnostic.Kind kind, String suppressionKey)
public MessageContainer.Message redirect(String textPrefix, Element element)
public Element getEnclosedElement()
public AnnotationMirror getAnnotationMirror()
public AnnotationValue getAnnotationValue()
public MessageContainer getOriginalContainer()
public String getText()
public Diagnostic.Kind getKind()