Uses of Interface
soot.toolkits.graph.ExceptionalGraph

Packages that use ExceptionalGraph
soot.toolkits.graph Toolkit to produce and manipulate various types of control flow graphs. 
soot.util Generally useful utility classes for Soot. 
soot.util.cfgcmd   
 

Uses of ExceptionalGraph in soot.toolkits.graph
 

Classes in soot.toolkits.graph that implement ExceptionalGraph
 class CompleteBlockGraph
          Represents a CFG for a Body instance where the nodes are Block instances, and where control flow associated with exceptions is taken into account.
 class CompleteUnitGraph
          Represents a CFG for a Body instance where the nodes are Unit instances, and where control flow associated with exceptions is taken into account.
 class ExceptionalBlockGraph
          Represents a CFG where the nodes are Blocks and the edges are derived from control flow.
 class ExceptionalUnitGraph
          Represents a control flow graph for a Body instance where the nodes are Unit instances, and where control flow associated with exceptions is taken into account.
 

Uses of ExceptionalGraph in soot.util
 

Methods in soot.util with parameters of type ExceptionalGraph
 void PhaseDumper.dumpGraph(ExceptionalGraph g)
          Asks the PhaseDumper to dump the passed ExceptionalGraph if the current phase is being dumped.
 void PhaseDumper.dumpGraph(ExceptionalGraph g)
          Asks the PhaseDumper to dump the passed ExceptionalGraph if the current phase is being dumped.
 

Uses of ExceptionalGraph in soot.util.cfgcmd
 

Methods in soot.util.cfgcmd with parameters of type ExceptionalGraph
<N> DotGraph
CFGToDotGraph.drawCFG(ExceptionalGraph<N> graph)
          Create a DotGraph whose nodes and edges depict the control flow in a ExceptionalGraph, with distinguished edges for exceptional control flow.
<N> DotGraph
CFGToDotGraph.drawCFG(ExceptionalGraph<N> graph)
          Create a DotGraph whose nodes and edges depict the control flow in a ExceptionalGraph, with distinguished edges for exceptional control flow.