Uses of Interface
io.smallrye.classfile.constantpool.FloatEntry
Packages that use FloatEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
io.smallrye.classfile library.-
Uses of FloatEntry in io.smallrye.classfile
Methods in io.smallrye.classfile that return FloatEntryModifier and TypeMethodDescriptionAnnotationValue.OfFloat.constant()Returns the backing float entry.Methods in io.smallrye.classfile with parameters of type FloatEntryModifier and TypeMethodDescriptionstatic AnnotationValue.OfFloatAnnotationValue.ofFloat(FloatEntry value) Returns a float value for an element-value pair. -
Uses of FloatEntry in io.smallrye.classfile.constantpool
Methods in io.smallrye.classfile.constantpool that return FloatEntryModifier and TypeMethodDescriptionConstantPoolBuilder.floatEntry(float value) Returns aFloatEntrydescribing the provided value.