- All Superinterfaces:
 DocTree,InlineTagTree
A tree node for an 
@index inline tag.
 
    {@index keyword optional description}
 - Since:
 - 9
 
- 
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind - 
Method Summary
Modifier and TypeMethodDescriptionReturns the description, if any.Returns the specified search term.Methods declared in interface com.sun.source.doctree.InlineTagTree
getTagName 
- 
Method Details
- 
getSearchTerm
DocTree getSearchTerm()Returns the specified search term.- Returns:
 - the search term
 
 - 
getDescription
Returns the description, if any.- Returns:
 - the description
 
 
 -