| Class | Description |
|---|---|
| ANewInstruction |
A class to represent a NEW instruction.
|
| JSRInliner |
This class enables a wrapped visitor to analyze bytecode instructions after JSR inlining.
|
| LocalVariables |
This object is to manage active local variables for each instruction.
|
| MethodParameters |
An instance of this class parses a method patameter descriptor.
|
| MethodTransformer |
This class is the main implementation of the weaving process for each method.
|
| OpcodesUtil |
This is a utility class providing static methods to support bytecode manipulation.
|
Copyright © 2023. All rights reserved.