Uses of Interface
java.lang.classfile.constantpool.ConstantValueEntry
Packages that use ConstantValueEntryPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW 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 aConstantValueattribute. -
Uses of ConstantValueEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Subinterfaces of ConstantValueEntryPREVIEW in java.lang.classfile.constantpoolPREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models aCONSTANT_Double_infoconstant in the constant pool of a classfile.interfacePreview.Models aCONSTANT_Float_infoconstant in the constant pool of a classfile.interfacePreview.Models aCONSTANT_Integer_infoconstant in the constant pool of a classfile.interfacePreview.Models aCONSTANT_Long_infoconstant in the constant pool of a classfile.interfacePreview.Models aCONSTANT_String_infoconstant in the constant pool of a classfile.Methods in java.lang.classfile.constantpoolPREVIEW that return ConstantValueEntryPREVIEWModifier and TypeMethodDescriptiondefault ConstantValueEntryPREVIEWConstantPoolBuilder.constantValueEntry(ConstantDesc c) Returns AConstantValueEntryPREVIEW descripbing the provided Integer, Long, Float, Double, or String constant.