Uses of Interface
java.lang.classfile.constantpool.AnnotationConstantValueEntry
Packages that use AnnotationConstantValueEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
java.lang.classfile
library.-
Uses of AnnotationConstantValueEntry in java.lang.classfile
Methods in java.lang.classfile that return AnnotationConstantValueEntryModifier and TypeMethodDescriptionAnnotationValue.OfConstant.constant()
Returns the constant pool entry backing this constant element. -
Uses of AnnotationConstantValueEntry in java.lang.classfile.constantpool
Subinterfaces of AnnotationConstantValueEntry in java.lang.classfile.constantpoolModifier and TypeInterfaceDescriptioninterface
Models aCONSTANT_Double_info
structure, representing adouble
constant, in the constant pool of aclass
file.interface
Models aCONSTANT_Float_info
structure, or afloat
constant, in the constant pool of aclass
file.interface
Models aCONSTANT_Integer_info
structure, or anint
constant, in the constant pool of aclass
file.interface
Models aCONSTANT_Long_info
structure, or along
constant, in the constant pool of aclass
file.interface
Models aCONSTANT_UTF8_info
constant, representing strings, in the constant pool of aclass
file.