| Package | Description |
|---|---|
| soot.toolkits.graph |
Toolkit to produce and manipulate various types of control flow
graphs.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionalBlockGraph.ExceptionDest |
static class |
ExceptionalUnitGraph.ExceptionDest |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends ExceptionalGraph.ExceptionDest<N>> |
ExceptionalGraph.getExceptionDests(N n)
Returns a collection of
ExceptionDest
objects which represent how exceptions thrown by a specified
node will be handled. |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.