| 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  Attribute.typeattribute. | 
| Constructor and Description | 
|---|
| ClassWriter(ClassReader classReader,
           int flags)Constructs a new  ClassWriterobject and enables optimizations for "mostly add" bytecode
 transformations. |