モジュール jdk.compiler
パッケージ com.sun.source.doctree

インタフェースIndexTree

すべてのスーパー・インタフェース:
DocTree, InlineTagTree

public interface IndexTree extends InlineTagTree
@indexのインライン・タグのツリー・ノード。
    {@index keyword optional description}
 
導入されたバージョン:
9
  • ネストされたクラスのサマリー

    インタフェースcom.sun.source.doctree.DocTreeで宣言されたネストされたクラス/インタフェース

    DocTree.Kind
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    List<? extends DocTree>
    説明(ある場合)を返します。
    指定された検索語を返します。

    インタフェースcom.sun.source.doctree.DocTreeで宣言されたメソッド

    accept, getKind

    インタフェースcom.sun.source.doctree.InlineTagTreeで宣言されたメソッド

    getTagName
  • メソッドの詳細

    • getSearchTerm

      DocTree getSearchTerm()
      指定された検索語を返します。
      戻り値:
      検索語
    • getDescription

      List<? extends DocTree> getDescription()
      説明(ある場合)を返します。
      戻り値:
      説明