| Interface | Description |
|---|---|
| InstructionDetector |
Can be used to detect specific instructions.
|
| InstructionHandler |
A callback function to handle the occurrence of a specific instruction.
|
| Class | Description |
|---|---|
| BcelUtil |
Static helper methods to work on BCEL objects.
|
| InstructionsExaminer |
Supports and simplifies examination of byte code instructions.
|
| InstructionsIterator |
Provides an iterator handling over an array of instructions.
|