public interface SourceDocElement extends SourceElement
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, EMPTY_ARRAY, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocText()
Gets the text of this element, without line leading spaces or asterisks,
and, if this is a doc comment, without the opening and closing comment
delimiters.
|
java.util.Collection<SourceDocInlineTag> |
getInlineTags()
Gets the in-line tags from this element.
|
SourceDocComment |
getOwningDocComment()
Gets the doc comment which owns this doc element.
|
SourceMember |
getOwningMember()
Gets the source member (class, interface, constructor, method, or
field declaration) which owns this doc element.
|
java.util.Collection<SourceDocReference> |
getReferences()
Gets the references from this element.
|
boolean |
isBlank()
Gets whether this element contains only spaces, tabs, or new lines.
|
addSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getJdkVersion, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, hasErrors, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf
SourceMember getOwningMember()
SourceDocComment getOwningDocComment()
java.lang.String getDocText()
java.util.Collection<SourceDocInlineTag> getInlineTags()
SourceDocInlineTag
s
containing the in-line tags of this element and its contained
elements, in document order.java.util.Collection<SourceDocReference> getReferences()
SourceDocReference
s, one
for each reference in a tag in this element and its contained
elements, in document order.boolean isBlank()