Uses of Interface
java.lang.classfile.constantpool.ConstantValueEntry
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.-
Uses of ConstantValueEntryPREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionConstantValueAttribute.constant()
Returns the constant value of the field.Modifier and TypeMethodDescriptionConstantValueAttribute.of
(ConstantValueEntryPREVIEW value) Returns aConstantValue
attribute. -
Uses of ConstantValueEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models aCONSTANT_Double_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Float_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Integer_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Long_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_String_info
constant in the constant pool of a classfile.Modifier and TypeMethodDescriptiondefault ConstantValueEntryPREVIEW
ConstantPoolBuilder.constantValueEntry
(ConstantDesc c) Returns AConstantValueEntry
PREVIEW describing the provided Integer, Long, Float, Double, or String constant.