Uses of Package
java.lang.classfile.attribute
Packages that use java.lang.classfile.attribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Classes in java.lang.classfile.attribute used by java.lang.classfileClassDescriptionModels the
AnnotationDefault
attribute (JVMS 4.7.22), which records the default value (JLS 9.6.2) for the annotation interface element defined by this method.Models theBootstrapMethods
attribute (JVMS 4.7.23), which stores symbolic information for the execution of bootstrap methods, used by dynamically-computed call sites and constants.Models theCharacterRangeTable
attribute, which is a bidirectional mapping from ranges of positions in the source file to ranges of indices into thecode
array.Models theCompilationID
attribute, which records the compilation time of theclass
file.Models theConstantValue
attribute (JVMS 4.7.2), which indicates this field's value is a constant and that constant value.Models theDeprecated
attribute (JVMS 4.7.15), which indicates this structure has been superseded.Models theEnclosingMethod
attribute (JVMS 4.7.7), which indicates that this class is a local or anonymous class, and indicates the enclosing method or constructor of this class if this class is enclosed in exactly one method or constructor.Models theExceptions
attribute (JVMS 4.7.5), which records the exceptions declared to be thrown by this method.Models theInnerClasses
attribute (JVMS 4.7.6), which records which classes referenced by thisclass
file are nested classes.Models theLineNumberTable
attribute (JVMS 4.7.12), which records the mapping between indexes into thecode
array and line numbers in the source file.Models theLocalVariableTable
attribute (JVMS 4.7.13), which records debug information about local variables.Models theLocalVariableTypeTable
attribute (JVMS 4.7.14), which records debug information about local variables with generic types.Models theMethodParameters
attribute (JVMS 4.7.24), which records reflective information about this method's parameters such as access modifiers.Models theModuleHashes
attribute, which appears on classes that represent module descriptors to capture the hashes of a set of co-delivered modules.Models theModuleMainClass
attribute (JVMS 4.7.27), which appears on classes that represent module descriptors to indicate the main class of the module.Models theModulePackages
attribute (JVMS 4.7.26), which can appear on classes that represent module descriptors to indicate packages in the module used by the module descriptor.Models theModuleResolution
attribute, which can appear on classes that represent module descriptors, to capture resolution metadata for modules.Models theModuleTarget
attribute, which can appear on classes that represent module descriptors, to represent constraints on the target platform.Models theNestMembers
attribute (JVMS 4.7.29), which indicates that this class is the host of a nest and the other nest members.Models thePermittedSubclasses
attribute (JVMS 4.7.31), which indicates this class or interface is sealed, and which classes or interfaces may extend or implement this class or interface.Models theRuntimeInvisibleAnnotations
attribute (JVMS 4.7.17), which stores declaration annotations on this structure that are visible toclass
file consumers but are not visible to core reflection.Models theRuntimeInvisibleParameterAnnotations
attribute (JVMS 4.7.19), which stores declaration annotations on the method parameters of this method that are visible toclass
file consumers but are not visible to core reflection.Models theRuntimeInvisibleTypeAnnotations
attribute (JVMS 4.7.21), which stores type-use annotations for the annotated uses of types in this structure that are visible toclass
file consumers but are not visible to core reflection.Models theRuntimeVisibleAnnotations
attribute (JVMS 4.7.16), which stores declaration annotations on this structure that are visible to bothclass
file consumers and core reflection.Models theRuntimeVisibleParameterAnnotations
attribute (JVMS 4.7.18), which stores declaration annotations on the method parameters of this method that are visible to bothclass
file consumers and core reflection.Models theRuntimeVisibleTypeAnnotations
attribute (JVMS 4.7.20), which stores type-use annotations for the annotated uses of types in this structure that are visible to bothclass
file consumers and core reflection.Models theSourceDebugExtension
attribute (JVMS 4.7.11), which stores arbitrary modified UTF-8 data.Models theSourceFile
attribute (JVMS 4.7.10), which indicates the name of the source file from which thisclass
file was compiled.Models theSourceID
attribute, which records the last modified time of the source file from which thisclass
file was compiled.Models theStackMapTable
attribute (JVMS 4.7.4), which is used for verification by type checking (4.10.1). -
Classes in java.lang.classfile.attribute used by java.lang.classfile.attributeClassDescriptionModels the
AnnotationDefault
attribute (JVMS 4.7.22), which records the default value (JLS 9.6.2) for the annotation interface element defined by this method.Models theBootstrapMethods
attribute (JVMS 4.7.23), which stores symbolic information for the execution of bootstrap methods, used by dynamically-computed call sites and constants.Models a single character range entry in theCharacterRangeTableAttribute
.Models theCharacterRangeTable
attribute, which is a bidirectional mapping from ranges of positions in the source file to ranges of indices into thecode
array.Models theCompilationID
attribute, which records the compilation time of theclass
file.Models theConstantValue
attribute (JVMS 4.7.2), which indicates this field's value is a constant and that constant value.Models theDeprecated
attribute (JVMS 4.7.15), which indicates this structure has been superseded.Models theEnclosingMethod
attribute (JVMS 4.7.7), which indicates that this class is a local or anonymous class, and indicates the enclosing method or constructor of this class if this class is enclosed in exactly one method or constructor.Models theExceptions
attribute (JVMS 4.7.5), which records the exceptions declared to be thrown by this method.Models theInnerClasses
attribute (JVMS 4.7.6), which records which classes referenced by thisclass
file are nested classes.Models a single entry in theInnerClassesAttribute
.Models a single line number entry in theLineNumberTableAttribute
.Models theLineNumberTable
attribute (JVMS 4.7.12), which records the mapping between indexes into thecode
array and line numbers in the source file.Models a single local variable in theLocalVariableTableAttribute
.Models theLocalVariableTable
attribute (JVMS 4.7.13), which records debug information about local variables.Models a single local variable in theLocalVariableTypeTableAttribute
.Models theLocalVariableTypeTable
attribute (JVMS 4.7.14), which records debug information about local variables with generic types.Models a single method parameter in theMethodParametersAttribute
.Models theMethodParameters
attribute (JVMS 4.7.24), which records reflective information about this method's parameters such as access modifiers.A builder forModule
attributes.Models a single "exports" declaration in theModuleAttribute
.Models theModuleHashes
attribute, which appears on classes that represent module descriptors to capture the hashes of a set of co-delivered modules.Models hash information for a single module in theModuleHashesAttribute
.Models theModuleMainClass
attribute (JVMS 4.7.27), which appears on classes that represent module descriptors to indicate the main class of the module.Models a single "opens" declaration in theModuleAttribute
.Models theModulePackages
attribute (JVMS 4.7.26), which can appear on classes that represent module descriptors to indicate packages in the module used by the module descriptor.Models a single "provides" declaration in theModuleAttribute
.Models a single "requires" declaration in theModuleAttribute
.Models theModuleResolution
attribute, which can appear on classes that represent module descriptors, to capture resolution metadata for modules.Models theModuleTarget
attribute, which can appear on classes that represent module descriptors, to represent constraints on the target platform.Models theNestMembers
attribute (JVMS 4.7.29), which indicates that this class is the host of a nest and the other nest members.Models thePermittedSubclasses
attribute (JVMS 4.7.31), which indicates this class or interface is sealed, and which classes or interfaces may extend or implement this class or interface.Models a single record component in theRecordAttribute
.Models theRuntimeInvisibleAnnotations
attribute (JVMS 4.7.17), which stores declaration annotations on this structure that are visible toclass
file consumers but are not visible to core reflection.Models theRuntimeInvisibleParameterAnnotations
attribute (JVMS 4.7.19), which stores declaration annotations on the method parameters of this method that are visible toclass
file consumers but are not visible to core reflection.Models theRuntimeInvisibleTypeAnnotations
attribute (JVMS 4.7.21), which stores type-use annotations for the annotated uses of types in this structure that are visible toclass
file consumers but are not visible to core reflection.Models theRuntimeVisibleAnnotations
attribute (JVMS 4.7.16), which stores declaration annotations on this structure that are visible to bothclass
file consumers and core reflection.Models theRuntimeVisibleParameterAnnotations
attribute (JVMS 4.7.18), which stores declaration annotations on the method parameters of this method that are visible to bothclass
file consumers and core reflection.Models theRuntimeVisibleTypeAnnotations
attribute (JVMS 4.7.20), which stores type-use annotations for the annotated uses of types in this structure that are visible to bothclass
file consumers and core reflection.Models theSourceDebugExtension
attribute (JVMS 4.7.11), which stores arbitrary modified UTF-8 data.Models theSourceFile
attribute (JVMS 4.7.10), which indicates the name of the source file from which thisclass
file was compiled.Models theSourceID
attribute, which records the last modified time of the source file from which thisclass
file was compiled.Models a stack map frame in aStackMapTable
attribute (JVMS 4.7.4).A stack value for an object type.A simple stack value.An uninitialized stack value.The type of a stack or local variable value.Models theStackMapTable
attribute (JVMS 4.7.4), which is used for verification by type checking (4.10.1).Models an unknown attribute read from aclass
file.