| Class | Description |
|---|---|
| BcelUtil |
Static utility methods for working with BCEL.
|
| InstructionListUtils |
This class provides methods that manipulate BCEL InstructionLists while handling all the StackMap
side effects.
|
| JvmUtil |
Utility functions for working with the JVM.
|
| LimitedConstraintVisitor |
A Visitor class testing for valid preconditions of JVM instructions.
|
| StackMapUtils |
This class provides methods to manipulate the StackMapTable.
|
| StackTypes |
Stores the types on the stack at each instruction (identified by byte code offset) in a method.
|
| StackVer |
This is a slightly modified version of Pass3bVerifier from BCEL.
|