- 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 com.sun.source.doctree.DocTree
DocTree.Kind - 
Method Summary
Modifier and TypeMethodDescriptionReturns the summary or the first line of a comment.Methods declared in interface com.sun.source.doctree.InlineTagTree
getTagName 
- 
Method Details
- 
getSummary
Returns the summary or the first line of a comment.- Returns:
 - the summary text
 
 
 -