インタフェースcom.sun.source.doctree.IndexTreeの
使用
| パッケージ | 説明 | 
|---|---|
| com.sun.source.doctree | ドキュメンテーション・コメントを抽象構文ツリー(AST)として表すためのインタフェースを提供します。 | 
| com.sun.source.util | 抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。 | 
- 
com.sun.source.doctreeでのIndexTreeの使用型IndexTreeのパラメータを持つcom.sun.source.doctreeのメソッド 修飾子と型 メソッド 説明 default RDocTreeVisitor. visitIndex(IndexTree node, P p)IndexTreeノードをビジットします。
- 
com.sun.source.utilでのIndexTreeの使用IndexTreeを戻すcom.sun.source.utilのメソッド 修飾子と型 メソッド 説明 IndexTreeDocTreeFactory. newIndexTree(DocTree term, List<? extends DocTree> description)新しいIndexTreeオブジェクトを作成し、{@index }タグを表します。型IndexTreeのパラメータを持つcom.sun.source.utilのメソッド 修飾子と型 メソッド 説明 RDocTreeScanner. visitIndex(IndexTree node, P p)IndexTreeノードをビジットします。RSimpleDocTreeVisitor. visitIndex(IndexTree node, P p)IndexTreeノードをビジットします。