Uses of Interface
java.lang.classfile.constantpool.AnnotationConstantValueEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
library.-
Uses of AnnotationConstantValueEntry in java.lang.classfile
Modifier and TypeMethodDescriptionAnnotationValue.OfConstant.constant()
Returns the constant pool entry backing this constant element. -
Uses of AnnotationConstantValueEntry in java.lang.classfile.constantpool
Modifier and TypeInterfaceDescriptioninterface
Models aCONSTANT_Double_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_Float_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_Integer_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_Long_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_UTF8_info
constant in the constant pool of a classfile.