Interface IndexTree

All Superinterfaces:
DocTree, InlineTagTree
public interface IndexTree
extends InlineTagTree

A tree node for an @index or @index inline tag.

{@index keyword optional description}

Since:
9

Nested Classes

Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree

DocTree.Kind

Methods

Modifier and Type Method Description
List<? extends DocTree> getDescription()

Returns the description, if any.

DocTree getSearchTerm()

Returns the specified search term.

Methods declared in interface com.sun.source.doctree.DocTree

accept, getKind

Methods declared in interface com.sun.source.doctree.InlineTagTree

getTagName

Methods

getSearchTerm

DocTree getSearchTerm()

Returns the specified search term.

Returns:
the search term

getDescription

List<? extends DocTree> getDescription()

Returns the description, if any.

Returns:
the description