枚举类的使用
com.sun.source.doctree.AttributeTree.ValueKind
使用 AttributeTree.ValueKind 的包
-
AttributeTree.ValueKind 在 com.sun.source.doctree 中的用法
修饰符和类型方法描述AttributeTree.getValueKind()返回属性值的种类。static AttributeTree.ValueKind返回具有指定名称的此类的枚举常量。static AttributeTree.ValueKind[]AttributeTree.ValueKind.values()返回一个数组,其中包含此枚举类的常量,按照它们声明的顺序排列。 -
AttributeTree.ValueKind 在 com.sun.source.util 中的用法
com.sun.source.util 中的方法,参数类型为 AttributeTree.ValueKind修饰符和类型方法描述DocTreeFactory.newAttributeTree(Name name, AttributeTree.ValueKind vkind, List<? extends DocTree> value) 创建一个新的AttributeTree对象,以表示 HTML 元素或标记中的属性。