|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 MethodAdapter 的软件包 | |
|---|---|
| org.objectweb.asm.commons | Provides some useful class and method adapters. |
| org.objectweb.asm.optimizer | |
| org.objectweb.asm.util | Provides ASM visitors that can be useful for programming and debugging purposes. |
| org.objectweb.asm.commons 中 MethodAdapter 的使用 |
|---|
| org.objectweb.asm.commons 中 MethodAdapter 的子类 | |
|---|---|
class |
AdviceAdapter
A MethodAdapter to insert before, after and around
advices in methods and constructors. |
class |
AnalyzerAdapter
A MethodAdapter that keeps track of stack map frame changes between
visitFrame calls. |
class |
CodeSizeEvaluator
A MethodAdapter that can be used to approximate method size. |
class |
GeneratorAdapter
A MethodAdapter with convenient methods to generate
code. |
class |
LocalVariablesSorter
A MethodAdapter that renumbers local variables in their order of
appearance. |
class |
RemappingMethodAdapter
A MethodAdapter for type mapping. |
| org.objectweb.asm.optimizer 中 MethodAdapter 的使用 |
|---|
| org.objectweb.asm.optimizer 中 MethodAdapter 的子类 | |
|---|---|
class |
MethodConstantsCollector
An MethodVisitor that collects the Constants of the methods
it visits. |
class |
MethodOptimizer
A MethodAdapter that renames fields and methods, and removes debug
info. |
| org.objectweb.asm.util 中 MethodAdapter 的使用 |
|---|
| org.objectweb.asm.util 中 MethodAdapter 的子类 | |
|---|---|
class |
CheckMethodAdapter
A MethodAdapter that checks that its methods are properly used. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||