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.classfile
PREVIEW library.-
Uses of DoubleEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW with parameters of type DoubleEntryPREVIEWModifier and TypeMethodDescriptionAnnotationValue.ofDouble
(DoubleEntryPREVIEW value) Returns an annotation element for a double-valued element. -
Uses of DoubleEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return DoubleEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.doubleEntry
(double value) Returns ADoubleEntry
PREVIEW describing the provided value.