Uses of Interface
io.smallrye.classfile.AttributedElement
Packages that use AttributedElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of AttributedElement in io.smallrye.classfile
Subinterfaces of AttributedElement in io.smallrye.classfileModifier and TypeInterfaceDescriptioninterfaceModels aclassfile.interfaceModels the body of a method (theCodeattribute).interfaceModels a field.interfaceModels a method.Methods in io.smallrye.classfile with parameters of type AttributedElementModifier and TypeMethodDescriptionAttributeMapper.readAttribute(AttributedElement enclosing, ClassReader cf, int pos) Creates anAttributeinstance from aclassfile for the Class-File API. -
Uses of AttributedElement in io.smallrye.classfile.attribute
Subinterfaces of AttributedElement in io.smallrye.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theCodeattribute (JVMS ), which contains the bytecode of this method.interfaceModels a single record component in theRecordAttribute.