Uses of Interface
java.lang.classfile.AttributedElement
Packages that use AttributedElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile library.-
Uses of AttributedElement in java.lang.classfile
Subinterfaces of AttributedElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterfaceModels a classfile.interfaceModels the body of a method (theCodeattribute).interfaceModels a field.interfaceModels a method.Methods in java.lang.classfile with parameters of type AttributedElementModifier and TypeMethodDescriptionAttributeMapper.readAttribute(AttributedElement enclosing, ClassReader cf, int pos) Create anAttributeinstance from a classfile. -
Uses of AttributedElement in java.lang.classfile.attribute
Subinterfaces of AttributedElement in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theCodeattribute (JVMS 4.7.3), appears on non-native, non-abstract methods and contains the bytecode of the method body.interfaceModels a single record component in theRecordAttribute.