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.
|
RecordComponentRemapper |
|
Remapper |
A class responsible for remapping types and names.
|
SerialVersionUIDAdder |
A ClassVisitor that adds a serial version unique identifier to a class if missing.
|
SignatureRemapper |
|
SimpleRemapper |
A Remapper using a Map to define its mapping.
|
StaticInitMerger |
A ClassVisitor that merges <clinit> methods into a single one.
|
TryCatchBlockSorter |
|