Uses of Interface
java.lang.classfile.attribute.ConstantValueAttribute
Packages that use ConstantValueAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of ConstantValueAttributePREVIEW in java.lang.classfilePREVIEW
Fields in java.lang.classfilePREVIEW with type parameters of type ConstantValueAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<ConstantValueAttributePREVIEW> Attributes.CONSTANT_VALUE
Attribute mapper for theConstantValue
attribute -
Uses of ConstantValueAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return ConstantValueAttributePREVIEWModifier and TypeMethodDescriptionConstantValueAttribute.of
(ConstantValueEntryPREVIEW value) Returns aConstantValue
attribute.ConstantValueAttribute.of
(ConstantDesc value) Returns aConstantValue
attribute.