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 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
constant in the constant pool of a classfile.interface
Models aCONSTANT_Float_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_Integer_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_Long_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_String_info
constant in the constant pool of a classfile.Methods in java.lang.classfile.constantpool that return ConstantValueEntryModifier and TypeMethodDescriptiondefault ConstantValueEntry
ConstantPoolBuilder.constantValueEntry
(ConstantDesc c) Returns AConstantValueEntry
describing the provided Integer, Long, Float, Double, or String constant.