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