Uses of Interface
java.lang.classfile.constantpool.DoubleEntry
Packages that use DoubleEntryPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of DoubleEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return DoubleEntryPREVIEWModifier and TypeMethodDescriptionAnnotationValue.OfDouble.constant()Returns the backing double entry.Methods in java.lang.classfilePREVIEW with parameters of type DoubleEntryPREVIEWModifier and TypeMethodDescriptionAnnotationValue.ofDouble(DoubleEntryPREVIEW value) Returns a double value for an element-value pair. -
Uses of DoubleEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return DoubleEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.doubleEntry(double value) Returns ADoubleEntryPREVIEW describing the provided value.