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