Uses of Interface
java.lang.classfile.constantpool.FloatEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.-
Uses of FloatEntryPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAnnotationValue.OfFloat.constant()
Returns the backing float entry.Modifier and TypeMethodDescriptionAnnotationValue.ofFloat
(FloatEntryPREVIEW value) Returns a float value for an element-value pair. -
Uses of FloatEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.floatEntry
(float value) Returns AFloatEntry
PREVIEW describing the provided value.