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
Attribute stability indicatorMethods in java.lang.classfile that return AttributeMapper.AttributeStabilityModifier and TypeMethodDescriptionAttributeMapper.stability()
Returns attribute stability indicator.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.