public static class DCTree.DCDocComment extends DCTree implements DocCommentTree
DCTree.DCAttribute, DCTree.DCAuthor, DCTree.DCBlockTag, DCTree.DCComment, DCTree.DCDeprecated, DCTree.DCDocComment, DCTree.DCDocRoot, DCTree.DCEndElement, DCTree.DCEndPosTree<T extends DCTree.DCEndPosTree<T>>, DCTree.DCEntity, DCTree.DCErroneous, DCTree.DCIdentifier, DCTree.DCInheritDoc, DCTree.DCInlineTag, DCTree.DCLink, DCTree.DCLiteral, DCTree.DCParam, DCTree.DCReference, DCTree.DCReturn, DCTree.DCSee, DCTree.DCSerial, DCTree.DCSerialData, DCTree.DCSerialField, DCTree.DCSince, DCTree.DCStartElement, DCTree.DCText, DCTree.DCThrows, DCTree.DCUnknownBlockTag, DCTree.DCUnknownInlineTag, DCTree.DCValue, DCTree.DCVersion
DocTree.Kind
Modifier and Type | Field and Description |
---|---|
List<DCTree> |
body |
Tokens.Comment |
comment |
List<DCTree> |
firstSentence |
List<DCTree> |
tags |
Constructor and Description |
---|
DCDocComment(Tokens.Comment comment,
List<DCTree> firstSentence,
List<DCTree> body,
List<DCTree> tags) |
Modifier and Type | Method and Description |
---|---|
<R,D> R |
accept(DocTreeVisitor<R,D> v,
D d)
Accept method used to implement the visitor pattern.
|
List<? extends DocTree> |
getBlockTags() |
List<? extends DocTree> |
getBody() |
List<? extends DocTree> |
getFirstSentence() |
DocTree.Kind |
getKind()
Gets the kind of this tree.
|
getSourcePosition, pos, toString
public final Tokens.Comment comment
public DocTree.Kind getKind()
DocTree
public <R,D> R accept(DocTreeVisitor<R,D> v, D d)
DocTree
public List<? extends DocTree> getFirstSentence()
getFirstSentence
in interface DocCommentTree
public List<? extends DocTree> getBody()
getBody
in interface DocCommentTree
public List<? extends DocTree> getBlockTags()
getBlockTags
in interface DocCommentTree
Copyright © 2017 earcam. All rights reserved.