インタフェースの使用
jdk.nashorn.api.tree.CompoundAssignmentTree
-
CompoundAssignmentTreeを使用するパッケージ パッケージ 説明 jdk.nashorn.api.tree NashornパーサーAPIには、ECMAScriptソース・コードを抽象構文ツリー(AST)として表すインタフェースと、ECMAScriptソース・スクリプトを解析するパーサーが用意されています。 -
-
jdk.nashorn.api.treeでのCompoundAssignmentTreeの使用
CompoundAssignmentTree型のパラメータを持つjdk.nashorn.api.treeのメソッド 修飾子と型 メソッド 説明 RTreeVisitor. visitCompoundAssignment(CompoundAssignmentTree node, P p)非推奨、削除予定: このAPI要素は将来のバージョンで削除予定です。複合割当ツリーにアクセスしてください。
-