Uses of Interface
java.lang.classfile.constantpool.ConstantValueEntry
Packages that use ConstantValueEntry
Package
Description
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.Provides interfaces describing 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 ConstantValueAttribute
ConstantValueAttribute.of
(ConstantValueEntry value) Returns aConstantValue
attribute. -
Uses of ConstantValueEntry in java.lang.classfile.constantpool
Subinterfaces of ConstantValueEntry in java.lang.classfile.constantpoolModifier and TypeInterfaceDescriptioninterface
Models aCONSTANT_Double_info
structure, representing adouble
constant, in the constant pool of aclass
file.interface
Models aCONSTANT_Float_info
structure, or afloat
constant, in the constant pool of aclass
file.interface
Models aCONSTANT_Integer_info
structure, or anint
constant, in the constant pool of aclass
file.interface
Models aCONSTANT_Long_info
structure, or along
constant, in the constant pool of aclass
file.interface
Models aCONSTANT_String_info
structure, or a string constant, in the constant pool of aclass
file.Methods in java.lang.classfile.constantpool that return ConstantValueEntryModifier and TypeMethodDescriptiondefault ConstantValueEntry
ConstantPoolBuilder.constantValueEntry
(ConstantDesc c)