| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 字段和说明 |
|---|---|
List<TryCatchBlockNode> |
MethodNode.tryCatchBlocks
The try catch blocks of this method.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<TryCatchBlockNode> |
Analyzer.getHandlers(int insn)
Returns the exception handlers for the given instruction.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
Analyzer.newControlFlowExceptionEdge(int insn,
TryCatchBlockNode tcb)
Creates a control flow graph edge corresponding to an exception handler.
|
Copyright © 2021. All rights reserved.