Uses of Interface
io.smallrye.classfile.constantpool.ConstantValueEntry
Packages that use ConstantValueEntry
Package
Description
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.Provides interfaces describing constant pool entries for the
io.smallrye.classfile library.-
Uses of ConstantValueEntry in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return ConstantValueEntryModifier and TypeMethodDescriptionConstantValueAttribute.constant()Returns the constant value of the field.Methods in io.smallrye.classfile.attribute with parameters of type ConstantValueEntryModifier and TypeMethodDescriptionstatic ConstantValueAttributeConstantValueAttribute.of(ConstantValueEntry value) Returns aConstantValueattribute. -
Uses of ConstantValueEntry in io.smallrye.classfile.constantpool
Subinterfaces of ConstantValueEntry in io.smallrye.classfile.constantpoolModifier and TypeInterfaceDescriptioninterfaceModels aCONSTANT_Double_infostructure, representing adoubleconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Float_infostructure, or afloatconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Integer_infostructure, or anintconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_Long_infostructure, or alongconstant, in the constant pool of aclassfile.interfaceModels aCONSTANT_String_infostructure, or a string constant, in the constant pool of aclassfile.Methods in io.smallrye.classfile.constantpool that return ConstantValueEntryModifier and TypeMethodDescriptiondefault ConstantValueEntryConstantPoolBuilder.constantValueEntry(ConstantDesc c)