| AdviceAdapter |
A MethodVisitor to insert before, after and around advices in
methods and constructors.
|
| AnalyzerAdapter |
|
| CodeSizeEvaluator |
|
| GeneratorAdapter |
|
| InstructionAdapter |
A MethodVisitor providing a more detailed API to generate and transform instructions.
|
| LocalVariablesSorter |
A MethodVisitor that renumbers local variables in their order of appearance.
|
| Method |
A named method descriptor.
|
| SerialVersionUIDAdder |
A ClassVisitor that adds a serial version unique identifier to a class if missing.
|
| SerialVersionUIDAdder.Item |
|
| StaticInitMerger |
A ClassVisitor that merges clinit methods into a single one.
|