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 |
---|---|
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. |
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. |