public interface PsiDocComment extends PsiDocCommentBase
Iconable.IconFlags, Iconable.LastComputedIcon
ARRAY_FACTORY, EMPTY_ARRAY
ICON_FLAG_IGNORE_MASK, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY
Modifier and Type | Method and Description |
---|---|
PsiDocTag |
findTagByName(java.lang.String name)
Finds the first JavaDoc tag with the specified name.
|
PsiDocTag [] |
findTagsByName(java.lang.String name)
Finds all JavaDoc tags with the specified name.
|
PsiElement [] |
getDescriptionElements()
Returns the PSI elements containing the description of the element being documented
(all significant tokens up to the first doc comment tag).
|
PsiJavaDocumentedElement |
getOwner()
Returns the class, method or field described by the comment.
|
PsiDocTag [] |
getTags()
Returns the list of JavaDoc tags in the comment.
|
getTokenType
accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getOwnReferences, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, getTextRangeInParent, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray, toString
getUserData, putUserData
PsiJavaDocumentedElement getOwner()
getOwner
in interface PsiDocCommentBase
PsiElement [] getDescriptionElements()
PsiDocTag [] getTags()
PsiDocTag findTagByName(java.lang.String name)
name
- The name of the tags to find (not including the leading @ character).PsiDocTag [] findTagsByName(java.lang.String name)
name
- The name of the tags to find (not including the leading @ character).