インタフェース
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)新しいExceptionTreeオブジェクトを作成し、@exceptionタグを表します。ThrowsTreeDocTreeFactory. newThrowsTree(ReferenceTree name, List<? extends DocTree> description)新しいThrowsTreeオブジェクトを作成し、@throwsタグを表します。ThrowsTree型のパラメータを持つcom.sun.source.utilのメソッド 修飾子と型 メソッド 説明 RDocTreeScanner. visitThrows(ThrowsTree node, P p)ThrowsTreeノードをビジットします。RSimpleDocTreeVisitor. visitThrows(ThrowsTree node, P p)ThrowsTreeノードをビジットします。
-