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