| Interface | Description |
|---|---|
| TableSwitchGenerator |
A code generator for switch statements.
|
| Class | Description |
|---|---|
| AdviceAdapter |
A
MethodAdapter to dispatch method body instruction |
| EmptyVisitor |
An empty implementation of the ASM visitor interfaces.
|
| GeneratorAdapter |
A
MethodAdapter with convenient methods to generate
code. |
| LocalVariablesSorter |
A
MethodAdapter that renumbers local variables in their order of
appearance. |
| Method |
A named method descriptor.
|
| SerialVersionUIDAdder |
A
ClassAdapter that adds a serial version unique identifier to a
class if missing. |
| StaticInitMerger |
A
ClassAdapter that merges clinit methods into a single one. |