インタフェース
com.sun.source.doctree.InheritDocTreeの使用
- 
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ノードをビジットします。 
 -