Uses of Interface
soot.toolkits.graph.ExceptionalGraph.ExceptionDest

Packages that use ExceptionalGraph.ExceptionDest
soot.toolkits.graph Toolkit to produce and manipulate various types of control flow graphs. 
 

Uses of ExceptionalGraph.ExceptionDest in soot.toolkits.graph
 

Classes in soot.toolkits.graph that implement ExceptionalGraph.ExceptionDest
static class ExceptionalBlockGraph.ExceptionDest
           
static class ExceptionalUnitGraph.ExceptionDest
           
 

Methods in soot.toolkits.graph that return types with arguments of type ExceptionalGraph.ExceptionDest
 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.