public interface PsiDocComment extends PsiDocCommentBase
Iconable.IconFlags, Iconable.LastComputedIconARRAY_FACTORY, EMPTY_ARRAYICON_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. | 
getTokenTypeaccept, 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, toStringgetUserData, putUserDataPsiJavaDocumentedElement getOwner()
getOwner in interface PsiDocCommentBasePsiElement [] 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).