インタフェースcom.sun.source.tree.ThrowTree
の使用
| パッケージ | 説明 |
|---|---|
| com.sun.source.tree |
ソース・コードを抽象構文ツリー(Abstract Syntax Tree、AST)として表すためのインタフェースを提供します。
|
| com.sun.source.util |
抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。
|
-
com.sun.source.treeでのThrowTreeの使用
ThrowTree型のパラメータを持つcom.sun.source.treeのメソッド 修飾子と型 メソッド 説明 RTreeVisitor. visitThrow(ThrowTree node, P p)ThrowTreeノードをビジットします。 -
com.sun.source.utilでのThrowTreeの使用
ThrowTree型のパラメータを持つcom.sun.source.utilのメソッド 修飾子と型 メソッド 説明 RSimpleTreeVisitor. visitThrow(ThrowTree node, P p)ThrowTreeノードをビジットします。RTreeScanner. visitThrow(ThrowTree node, P p)ThrowTreeノードをビジットします。