Uses of Interface
java.lang.classfile.AttributedElement
Packages that use AttributedElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of AttributedElement in java.lang.classfile
Subinterfaces of AttributedElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
Models aclass
file.interface
Models the body of a method (theCode
attribute).interface
Models a field.interface
Models a method.Methods in java.lang.classfile with parameters of type AttributedElementModifier and TypeMethodDescriptionAttributeMapper.readAttribute
(AttributedElement enclosing, ClassReader cf, int pos) Creates anAttribute
instance from aclass
file for the Class-File API. -
Uses of AttributedElement in java.lang.classfile.attribute
Subinterfaces of AttributedElement in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
interface
Models a single record component in theRecordAttribute
.