| Package | Description |
|---|---|
| org.kohsuke.asm6.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| org.kohsuke.asm6.tree.analysis |
Provides a framework for static code analysis based on the asm.tree package.
|
| Modifier and Type | Field and Description |
|---|---|
List<TryCatchBlockNode> |
MethodNode.tryCatchBlocks
The try catch blocks of this method.
|
| Modifier and Type | Method and Description |
|---|---|
List<TryCatchBlockNode> |
Analyzer.getHandlers(int insnIndex)
Returns the exception handlers for the given instruction.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Analyzer.newControlFlowExceptionEdge(int insnIndex,
TryCatchBlockNode tryCatchBlock)
Creates a control flow graph edge corresponding to an exception handler.
|
Copyright © 2018. All rights reserved.