インタフェース
com.sun.source.doctree.AttributeTreeの使用
AttributeTreeを使用するパッケージ
パッケージ
説明
ドキュメンテーション・コメントを抽象構文ツリー(AST)として表すためのインタフェースを提供します。
抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。
- 
com.sun.source.doctreeでのAttributeTreeの使用型AttributeTreeのパラメータを持つcom.sun.source.doctreeのメソッド
- 
com.sun.source.utilでのAttributeTreeの使用AttributeTreeを返すcom.sun.source.utilのメソッド修飾子と型メソッド説明DocTreeFactory.newAttributeTree(Name name, AttributeTree.ValueKind vkind, List<? extends DocTree> value)HTMLタグのHTML属性を表す新しいAttributeTreeオブジェクトを作成します。型AttributeTreeのパラメータを持つcom.sun.source.utilのメソッド修飾子と型メソッド説明DocTreeScanner.visitAttribute(AttributeTree node, P p)AttributeTreeノードをビジットします。SimpleDocTreeVisitor.visitAttribute(AttributeTree node, P p)AttributeTreeノードをビジットします。