Uses of Interface
java.lang.classfile.constantpool.DoubleEntry
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 DoubleEntryPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAnnotationValue.OfDouble.constant()
Returns the backing double entry.Modifier and TypeMethodDescriptionAnnotationValue.ofDouble
(DoubleEntryPREVIEW value) Returns a double value for an element-value pair. -
Uses of DoubleEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.doubleEntry
(double value) Returns ADoubleEntry
PREVIEW describing the provided value.