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