Uses of Interface
java.lang.classfile.constantpool.AnnotationConstantValueEntry
Packages that use AnnotationConstantValueEntryPREVIEW
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 AnnotationConstantValueEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return AnnotationConstantValueEntryPREVIEW -
Uses of AnnotationConstantValueEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Subinterfaces of AnnotationConstantValueEntryPREVIEW in java.lang.classfile.constantpoolPREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models aCONSTANT_Double_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Float_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Integer_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_Long_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_UTF8_info
constant in the constant pool of a classfile.Methods in java.lang.classfile.constantpoolPREVIEW that return AnnotationConstantValueEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.annotationConstantValueEntry
(ConstantDesc c) Returns AnAnnotationConstantValueEntry
PREVIEW describing the provided constant.