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