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