| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceAdapter
A
MethodVisitor to insert before, after and around
advices in methods and constructors. |
class |
GeneratorAdapter
A
MethodVisitor with convenient methods to generate
code. |
class |
RemappingMethodAdapter
A
LocalVariablesSorter for type mapping. |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodOptimizer
A
MethodVisitor that renames fields and methods, and removes debug
info. |
Copyright © 2009–2014 Oracle Corporation. All rights reserved.