Uses of Class
com.sun.source.doctree.AttributeTree.ValueKind
-
Packages that use AttributeTree.ValueKind 软件包 描述 com.sun.source.doctree 提供将文档注释表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)上的操作提供实用程序。 -
-
Uses of AttributeTree.ValueKind in com.sun.source.doctree
Methods in com.sun.source.doctree that return AttributeTree.ValueKind 变量和类型 方法 描述 AttributeTree.ValueKind
AttributeTree. getValueKind()
返回属性的类型。static AttributeTree.ValueKind
AttributeTree.ValueKind. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static AttributeTree.ValueKind[]
AttributeTree.ValueKind. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。 -
Uses of AttributeTree.ValueKind in com.sun.source.util
Methods in com.sun.source.util with parameters of type AttributeTree.ValueKind 变量和类型 方法 描述 AttributeTree
DocTreeFactory. newAttributeTree(Name name, AttributeTree.ValueKind vkind, List<? extends DocTree> value)
创建一个新的AttributeTree
对象,以表示HTML标记中的HTML属性。
-