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