Uses of Class
com.sun.source.doctree.AttributeTree.ValueKind
Packages that use 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
Methods in com.sun.source.doctree that return AttributeTree.ValueKindModifier and TypeMethodDescriptionAttributeTree.getValueKind()Returns the kind of the attribute value.static AttributeTree.ValueKindReturns the enum constant of this type with the specified name.static AttributeTree.ValueKind[]AttributeTree.ValueKind.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttributeTree.ValueKind in com.sun.source.util
Methods in com.sun.source.util with parameters of type AttributeTree.ValueKindModifier and TypeMethodDescriptionDocTreeFactory.newAttributeTree(Name name, AttributeTree.ValueKind vkind, List<? extends DocTree> value)Creates a newAttributeTreeobject, to represent an HTML attribute in an HTML tag.