| Package | Description |
|---|---|
| org.glassfish.hk2.external.org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
| org.glassfish.hk2.external.org.objectweb.asm.optimizer |
| Class and Description |
|---|
| GeneratorAdapter
A
MethodVisitor with convenient methods to generate
code. |
| 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.
|
| TableSwitchGenerator
A code generator for switch statements.
|
| Class and Description |
|---|
| LocalVariablesSorter
A
MethodVisitor that renumbers local variables in their order of
appearance. |
| Remapper
A class responsible for remapping types and names.
|
| RemappingClassAdapter
A
ClassVisitor for type remapping. |
| RemappingMethodAdapter
A
LocalVariablesSorter for type mapping. |
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.