インタフェース
com.sun.source.doctree.ThrowsTreeの使用
-
ThrowsTreeを使用しているパッケージ パッケージ 説明 com.sun.source.doctree ドキュメンテーション・コメントを抽象構文ツリー(AST)として表すためのインタフェースを提供します。com.sun.source.util 抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。 -
-
com.sun.source.doctreeでのThrowsTreeの使用
ThrowsTree型のパラメータを持つcom.sun.source.doctreeのメソッド 修飾子と型 メソッド 説明 RDocTreeVisitor. visitThrows(ThrowsTree node, P p)ThrowsTreeノードにアクセスします。 -
com.sun.source.utilでのThrowsTreeの使用
ThrowsTreeを返すcom.sun.source.utilのメソッド 修飾子と型 メソッド 説明 ThrowsTreeDocTreeFactory. newExceptionTree(ReferenceTree name, List<? extends DocTree> description)@exceptionタグを表す新しいExceptionTreeオブジェクトを作成します。ThrowsTreeDocTreeFactory. newThrowsTree(ReferenceTree name, List<? extends DocTree> description)@throwsタグを表す新しいThrowsTreeオブジェクトを作成します。ThrowsTree型のパラメータを持つcom.sun.source.utilのメソッド 修飾子と型 メソッド 説明 RDocTreeScanner. visitThrows(ThrowsTree node, P p)ThrowsTreeノードにアクセスします。RSimpleDocTreeVisitor. visitThrows(ThrowsTree node, P p)ThrowsTreeノードにアクセスします。
-