Uses of Interface
java.lang.classfile.constantpool.ConstantValueEntry
Packages that use ConstantValueEntryPREVIEW
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
Methods in java.lang.classfile.attributePREVIEW that return ConstantValueEntryPREVIEWModifier and TypeMethodDescriptionConstantValueAttribute.constant()
Returns the constant value of the field.Methods in java.lang.classfile.attributePREVIEW with parameters of type ConstantValueEntryPREVIEWModifier and TypeMethodDescriptionConstantValueAttribute.of
(ConstantValueEntryPREVIEW value) Returns aConstantValue
attribute. -
Uses of ConstantValueEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Subinterfaces of ConstantValueEntryPREVIEW in java.lang.classfile.constantpoolPREVIEWModifier 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.Methods in java.lang.classfile.constantpoolPREVIEW that return ConstantValueEntryPREVIEWModifier and TypeMethodDescriptiondefault ConstantValueEntryPREVIEW
ConstantPoolBuilder.constantValueEntry
(ConstantDesc c) Returns AConstantValueEntry
PREVIEW describing the provided Integer, Long, Float, Double, or String constant.