| 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  | Analyzer<V extends Value>A semantic bytecode analyzer. | 
| class  | Frame<V extends Value>A symbolic execution stack frame. | 
| class  | Interpreter<V extends Value>A semantic bytecode interpreter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicValueA  Valuethat is represented by its type in a seven types type system. | 
| class  | SourceValueA  Valuethat is represented by its type in a two types type system. | 
| Constructor and Description | 
|---|
| AnalyzerException(AbstractInsnNode node,
                 String msg,
                 Object expected,
                 Value encountered) |