|
Class Summary |
| BranchStack |
Data structure class for holding and visiting BranchTargets. |
| BranchStackTest |
|
| BranchTarget |
Data structure class for holding branch target and related information. |
| CodePrinter |
Read class file and print out Code. |
| DebugStackMapGenTest |
This is a test class that is designed for debugging, not testing. |
| Frame |
This class represents a JVM execution frame; that means,
a local variable array and an operand stack. |
| FrameHash |
Data structure class for holding Frames. |
| FrameStore |
Data structure class for holding Frames. |
| LocalVariables |
This class implements an array of local variables used for StackMap
generation. |
| OperandStack |
This class implements a stack used that is used for StackMap
generation. |
| StackMapEntryComparator |
Compare StackMapEntries so that they can be sorted by java.util.Arrays.sort
method. |
| StackMapGen |
A class to facilitate the generation of a StackMap. |
| StackMapGenTest |
|
| StackMapPrinter |
Read class file and print out StackMaps. |