Uses of Enum Class
java.lang.classfile.AttributeMapper.AttributeStability
Packages that use AttributeMapper.AttributeStability
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AttributeMapper.AttributeStability in java.lang.classfile
Subclasses with type arguments of type AttributeMapper.AttributeStability in java.lang.classfileModifier and TypeClassDescriptionstatic enum
Indicates the data dependency of theclass
file representation of an attribute.Methods in java.lang.classfile that return AttributeMapper.AttributeStabilityModifier and TypeMethodDescriptionAttributeMapper.stability()
Returns the data dependency of this attribute on theclass
file.Returns the enum constant of this class with the specified name.static AttributeMapper.AttributeStability[]
AttributeMapper.AttributeStability.values()
Returns an array containing the constants of this enum class, in the order they are declared.