|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> source >> [ tree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.java.source.tree
Interface DocCommentT

- 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.
|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> source >> [ tree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC