Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.source.tree
Interface DocCommentT  view DocCommentT download DocCommentT.java

All Superinterfaces:
DocElementT, HasNameT, Tree

public interface DocCommentT
extends DocElementT

A doc comment (short for "documentation comment"). Corresponds to com.sun.javadoc.Doc in the Doclet API. Named DocCommentT to avoid confusion with the other convention of ExpressionT and StatementT that indicate common supertypes because the DocCommentT is not a common supertype.


Field Summary
 
Fields inherited from interface javax.ide.model.java.source.tree.Tree
EMPTY_ARRAY
 
Method Summary
 java.util.List getBlockTags()
          Gets the list of block tags in this doc comment.
 java.util.Collection getInlineTags()
          Gets the collection of inline tags in this doc comment.
 
Methods inherited from interface javax.ide.model.java.source.tree.DocElementT
getCommentText, getOwningDeclaration, getRawCommentText, getTags, getTags
 
Methods inherited from interface javax.ide.model.java.source.tree.Tree
accept, accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty
 
Methods inherited from interface javax.ide.model.java.source.tree.HasNameT
getName, getNameElement, setName, setNameElement
 

Method Detail

getBlockTags

public java.util.List getBlockTags()
Gets the list of block tags in this doc comment.


getInlineTags

public java.util.Collection getInlineTags()
Gets the collection of inline tags in this doc comment.