Uses of Class
org.springframework.asm.Attribute
Packages that use Attribute
Package
Description
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
-
Uses of Attribute in org.springframework.asm
Methods in org.springframework.asm that return AttributeModifier and TypeMethodDescriptionprotected Attribute
Attribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads atype
attribute.Methods in org.springframework.asm with parameters of type AttributeModifier and TypeMethodDescriptionvoid
ClassReader.accept
(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader
.void
ClassVisitor.visitAttribute
(Attribute attribute) Visits a non standard attribute of the class.final void
ClassWriter.visitAttribute
(Attribute attribute) void
FieldVisitor.visitAttribute
(Attribute attribute) Visits a non standard attribute of the field.void
MethodVisitor.visitAttribute
(Attribute attribute) Visits a non standard attribute of this method.void
RecordComponentVisitor.visitAttribute
(Attribute attribute) Visits a non standard attribute of the record component. -
Uses of Attribute in org.springframework.cglib.transform
Methods in org.springframework.cglib.transform that return AttributeMethods in org.springframework.cglib.transform with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AbstractClassFilterTransformer.visitAttribute
(Attribute attr) void
ClassVisitorTee.visitAttribute
(Attribute attrs) void
FieldVisitorTee.visitAttribute
(Attribute attr) void
MethodVisitorTee.visitAttribute
(Attribute attr) Constructors in org.springframework.cglib.transform with parameters of type Attribute