| Package | Description |
|---|---|
| org.glassfish.pfl.objectweb.asm.commons |
Provides some useful class and method adapters.
|
| org.glassfish.pfl.objectweb.asm.optimizer |
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceAdapter
A
org.objectweb.asm.MethodAdapter to insert before, after and around
advices in methods and constructors. |
class |
GeneratorAdapter
A
org.objectweb.asm.MethodAdapter with convenient methods to generate
code. |
class |
RemappingMethodAdapter
A
MethodAdapter for type mapping. |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodOptimizer
A
MethodAdapter that renames fields and methods, and removes debug
info. |
Copyright © 2011-2018 Eclipse Foundation. All Rights Reserved.