| Package | Description | 
|---|---|
| org.objectweb.asm | Provides a small and fast bytecode manipulation framework. | 
| org.objectweb.asm.util | Provides ASM visitors that can be useful for programming and
debugging purposes. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Attribute | Attribute. read(ClassReader cr,
    int off,
    int len,
    char[] buf,
    int codeOff,
    Label[] labels)Reads a  typeattribute. | 
| Constructor and Description | 
|---|
| ClassWriter(ClassReader classReader,
           int flags)Constructs a new  ClassWriterobject and enables optimizations for
 "mostly add" bytecode transformations. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | CheckClassAdapter. verify(ClassReader cr,
      boolean dump,
      PrintWriter pw)Checks a given class | 
| static void | CheckClassAdapter. verify(ClassReader cr,
      ClassLoader loader,
      boolean dump,
      PrintWriter pw)Checks a given class. |