public class ExportMessageData extends MessageContainer
MessageContainer.Messagetypes| Modifier and Type | Method and Description |
|---|---|
protected List<MessageContainer> |
findChildContainers() |
ExportsLibrary |
getExportsLibrary() |
AnnotationMirror |
getMessageAnnotation() |
Element |
getMessageElement() |
TypeMirror |
getReceiverType() |
LibraryMessage |
getResolvedMessage() |
NodeData |
getSpecializedNode() |
boolean |
isClass() |
boolean |
isMethod() |
void |
setSpecializedNode(NodeData specializedNode) |
addError, addError, addError, addError, addWarning, addWarning, collectMessages, emitMessages, getBaseContainer, getMessageAnnotationValue, getMessages, hasErrors, hasErrorsOrWarnings, iterator, redirectMessages, redirectMessagesNotEnclosedIn, redirectMessagesOnGeneratedElementsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected List<MessageContainer> findChildContainers()
findChildContainers in class MessageContainerpublic LibraryMessage getResolvedMessage()
public ExportsLibrary getExportsLibrary()
public boolean isClass()
public boolean isMethod()
public TypeMirror getReceiverType()
public void setSpecializedNode(NodeData specializedNode)
public NodeData getSpecializedNode()
public Element getMessageElement()
getMessageElement in class MessageContainerpublic AnnotationMirror getMessageAnnotation()
getMessageAnnotation in class MessageContainer