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