| Package | Description | 
|---|---|
| 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  | BasicInterpreterAn  InterpreterforBasicValuevalues. | 
| class  | BasicVerifierAn extended  BasicInterpreterthat checks that bytecode instructions
 are correctly used. | 
| class  | SimpleVerifierAn extended  BasicVerifierthat performs more precise verifications. | 
| class  | SourceInterpreterAn  InterpreterforSourceValuevalues. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Frame. execute(AbstractInsnNode insn,
       Interpreter<V> interpreter) | 
| boolean | Frame. merge(Frame<? extends V> frame,
     Interpreter<V> interpreter)Merges this frame with the given frame. | 
| Constructor and Description | 
|---|
| Analyzer(Interpreter<V> interpreter)Constructs a new  Analyzer. |