| Package | Description | 
|---|---|
| org.springframework.asm | Spring's repackaging of
 ASM 7.0
 (with Spring-specific patches; for internal use only). | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Attribute | Attribute. read(ClassReader classReader,
    int offset,
    int length,
    char[] charBuffer,
    int codeAttributeOffset,
    Label[] labels)Reads a  typeattribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassReader. accept(ClassVisitor classVisitor,
      Attribute[] attributePrototypes,
      int parsingOptions)Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
  ClassReader. | 
| void | ClassVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the class. | 
| void | ClassWriter. visitAttribute(Attribute attribute) | 
| void | MethodVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of this method. | 
| void | FieldVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the field. |