クラス
com.sun.source.doctree.AttributeTree.ValueKindの使用
パッケージ | 説明 |
---|---|
com.sun.source.doctree |
ドキュメンテーション・コメントを抽象構文ツリー(AST)として表すためのインタフェースを提供します。
|
com.sun.source.util |
抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。
|
-
com.sun.source.doctreeでのAttributeTree.ValueKindの使用
AttributeTree.ValueKindを返すcom.sun.source.doctreeのメソッド 修飾子と型 メソッド 説明 AttributeTree.ValueKind
AttributeTree. getValueKind()
属性の種類を返します。static AttributeTree.ValueKind
AttributeTree.ValueKind. valueOf(String name)
指定された名前を持つ、この型の列挙型定数を返します。static AttributeTree.ValueKind[]
AttributeTree.ValueKind. values()
この列挙型の定数を含む配列を、宣言されている順序で返します。 -
com.sun.source.utilでのAttributeTree.ValueKindの使用
型AttributeTree.ValueKindのパラメータを持つcom.sun.source.utilのメソッド 修飾子と型 メソッド 説明 AttributeTree
DocTreeFactory. newAttributeTree(Name name, AttributeTree.ValueKind vkind, List<? extends DocTree> value)
新しいAttributeTree
オブジェクトを作成し、HTMLタグのHTML属性を表します。