| AdviceAdapter |
A MethodVisitor to insert before, after and around advices in methods and constructors.
|
| AnalyzerAdapter |
|
| AnnotationRemapper |
|
| ClassRemapper |
|
| CodeSizeEvaluator |
A MethodVisitor that approximates the size of the methods it visits.
|
| FieldRemapper |
|
| GeneratorAdapter |
|
| InstructionAdapter |
A MethodVisitor providing a more detailed API to generate and transform instructions.
|
| JSRInlinerAdapter |
A MethodVisitor that removes JSR instructions and inlines the
referenced subroutines.
|
| LocalVariablesSorter |
A MethodVisitor that renumbers local variables in their order of appearance.
|
| Method |
A named method descriptor.
|
| MethodRemapper |
|
| ModuleHashesAttribute |
A ModuleHashes attribute.
|
| ModuleRemapper |
|
| ModuleResolutionAttribute |
A ModuleResolution attribute.
|
| ModuleTargetAttribute |
A ModuleTarget attribute.
|
| Remapper |
A class responsible for remapping types and names.
|
| RemappingAnnotationAdapter |
Deprecated.
|
| RemappingClassAdapter |
Deprecated.
|
| RemappingFieldAdapter |
Deprecated.
|
| RemappingMethodAdapter |
Deprecated.
|
| RemappingSignatureAdapter |
Deprecated.
|
| SerialVersionUIDAdder |
A ClassVisitor that adds a serial version unique identifier to a class if missing.
|
| SignatureRemapper |
|
| SimpleRemapper |
|
| StaticInitMerger |
A ClassVisitor that merges <clinit> methods into a single one.
|
| TryCatchBlockSorter |
|