| Package | Description | 
|---|---|
| org.objectweb.asm.commons | Provides some useful class and method adapters. | 
| org.objectweb.asm.tree | 
Provides an ASM visitor that constructs a tree representation of the
classes it visits. | 
| org.objectweb.asm.tree.analysis | 
Provides a framework for static code analysis based on the asm.tree package. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JSRInlinerAdapterA  MethodVisitorthat removes JSR instructions and
 inlines the referenced subroutines. | 
| class  | TryCatchBlockSorterA  MethodVisitoradapter to sort the exception handlers. | 
| Modifier and Type | Field and Description | 
|---|---|
| List<MethodNode> | ClassNode. methodsThe methods of this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| Frame<V>[] | Analyzer. analyze(String owner,
       MethodNode m)Analyzes the given method. | 
| protected void | Analyzer. init(String owner,
    MethodNode m)Initializes this analyzer. |