| Package | Description |
|---|---|
| org.eclipse.persistence.internal.libraries.asm.tree | |
| org.eclipse.persistence.internal.libraries.asm.tree.analysis |
| 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.
|
V |
Interpreter.newExceptionValue(TryCatchBlockNode tryCatchBlockNode,
Frame<V> handlerFrame,
Type exceptionType)
Creates a new value that represents the given exception type.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.