| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicInterpreter |
An
Interpreter for BasicValue values. |
class |
BasicVerifier |
An extended
BasicInterpreter that checks that bytecode instructions are correctly used. |
class |
SimpleVerifier |
An extended
BasicVerifier that performs more precise verifications. |
class |
SourceInterpreter |
An
Interpreter for SourceValue values. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Frame.execute(org.objectweb.asm.tree.AbstractInsnNode insn,
Interpreter<V> interpreter) |
Simulates the execution of the given instruction on this execution stack frame.
|
boolean |
Frame.merge(Frame<? extends V> frame,
Interpreter<V> interpreter) |
Merges the given frame into this frame.
|
| Constructor | Description |
|---|---|
Analyzer(Interpreter<V> interpreter) |
Constructs a new
Analyzer. |