Uses of Interface
java.lang.classfile.constantpool.ConstantValueEntry
Packages that use ConstantValueEntry
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile library.Provides interfaces describing classfile constant pool entries for the
java.lang.classfile library.-
Uses of ConstantValueEntry in java.lang.classfile.attribute
Methods in java.lang.classfile.attribute that return ConstantValueEntryModifier and TypeMethodDescriptionConstantValueAttribute.constant()Returns the constant value of the field.Methods in java.lang.classfile.attribute with parameters of type ConstantValueEntryModifier and TypeMethodDescriptionstatic ConstantValueAttributeConstantValueAttribute.of(ConstantValueEntry value) Returns aConstantValueattribute. -
Uses of ConstantValueEntry in java.lang.classfile.constantpool
Subinterfaces of ConstantValueEntry in java.lang.classfile.constantpoolModifier and TypeInterfaceDescriptioninterfaceModels aCONSTANT_Double_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_Float_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_Integer_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_Long_infoconstant in the constant pool of a classfile.interfaceModels aCONSTANT_String_infoconstant in the constant pool of a classfile.Methods in java.lang.classfile.constantpool that return ConstantValueEntryModifier and TypeMethodDescriptiondefault ConstantValueEntryConstantPoolBuilder.constantValueEntry(ConstantDesc c) Returns AConstantValueEntrydescribing the provided Integer, Long, Float, Double, or String constant.