Provides some useful class and method adapters.
See: Description
Interface Summary | |
---|---|
TableSwitchGenerator | A code generator for switch statements. |
Class Summary | |
---|---|
AdviceAdapter |
A MethodAdapter to dispatch method body instruction
The behavior is like this:
|
EmptyVisitor | An empty implementation of the ASM visitor interfaces. |
GeneratorAdapter | A {@link org.objectweb.asm.MethodAdapter} with convenient methods to generate code. |
LocalVariablesSorter | A {@link MethodAdapter} that renumbers local variables in their order of appearance. |
Method | A named method descriptor. |
SerialVersionUIDAdder | A {@link ClassAdapter} that adds a serial version unique identifier to a class if missing. |
StaticInitMerger | A {@link ClassAdapter} that merges clinit methods into a single one. |