Interface SummaryTree
- All Superinterfaces:
DocTree, InlineTagTree
A tree node for an
@summary inline tag.
{@summary text}
- Since:
- 10
-
Nested Class Summary
Nested classes/interfaces declared in interface DocTree
DocTree.Kind -
Method Summary
Modifier and TypeMethodDescriptionReturns the summary or the first line of a comment.Methods declared in interface DocTree
accept, getKindModifier and TypeMethodDescription<R,D> R accept(DocTreeVisitor<R, D> visitor, D data) Accept method used to implement the visitor pattern.getKind()Returns the kind of this tree.Methods declared in interface InlineTagTree
getTagName
-
Method Details
-
getSummary
-