Uses of Enum Class
com.sun.source.doctree.AttributeTree.ValueKind
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of AttributeTree.ValueKind in com.sun.source.doctree
Modifier and TypeClassDescriptionstatic enum
The kind of an attribute value.Modifier and TypeMethodDescriptionAttributeTree.getValueKind()
Returns the kind of the attribute value.static AttributeTree.ValueKind
Returns the enum constant of this class with the specified name.static AttributeTree.ValueKind[]
AttributeTree.ValueKind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttributeTree.ValueKind in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newAttributeTree
(Name name, AttributeTree.ValueKind vkind, List<? extends DocTree> value) Creates a newAttributeTree
object, to represent an attribute in an HTML element or tag.