Interface | Description |
---|---|
TableSwitchGenerator |
A code generator for switch statements.
|
Class | Description |
---|---|
AdviceAdapter |
A
MethodVisitor to insert before, after and around
advices in methods and constructors. |
AnalyzerAdapter |
A
MethodVisitor that keeps track of stack map frame changes between
visitFrame calls. |
CodeSizeEvaluator |
A
MethodVisitor that can be used to approximate method size. |
GeneratorAdapter |
A
MethodVisitor with convenient methods to generate
code. |
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.
|
Remapper |
A class responsible for remapping types and names.
|
RemappingAnnotationAdapter |
An
AnnotationVisitor adapter for type remapping. |
RemappingClassAdapter |
A
ClassVisitor for type remapping. |
RemappingFieldAdapter |
A
FieldVisitor adapter for type remapping. |
RemappingMethodAdapter |
A
LocalVariablesSorter for type mapping. |
RemappingSignatureAdapter |
A
SignatureVisitor adapter for type mapping. |
SerialVersionUIDAdder |
A
ClassVisitor that adds a serial version unique identifier to a
class if missing. |
SimpleRemapper | |
StaticInitMerger |
A
ClassVisitor that merges clinit methods into a single one. |
TryCatchBlockSorter |
A
MethodVisitor adapter to sort the exception handlers. |
Copyright © 2018. All rights reserved.