| 程序包 | 说明 |
|---|---|
| org.beetl.ow2.asm.commons |
Provides some useful class and method adapters.
|
| org.beetl.ow2.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| org.beetl.ow2.asm.tree.analysis |
Provides a framework for static code analysis based on the asm.tree package.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JSRInlinerAdapter
A
MethodVisitor that removes JSR instructions and
inlines the referenced subroutines. |
class |
TryCatchBlockSorter
A
MethodVisitor adapter to sort the exception handlers. |
| 限定符和类型 | 字段和说明 |
|---|---|
List<MethodNode> |
ClassNode.methods
The methods of this class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Frame<V>[] |
Analyzer.analyze(String owner,
MethodNode m)
Analyzes the given method.
|
protected void |
Analyzer.init(String owner,
MethodNode m)
Initializes this analyzer.
|
Copyright © 2021. All rights reserved.