soot.jbco.util
Class SimpleExceptionalGraph

java.lang.Object
  extended bysoot.toolkits.graph.UnitGraph
      extended bysoot.toolkits.graph.TrapUnitGraph
          extended bysoot.jbco.util.SimpleExceptionalGraph
All Implemented Interfaces:
DirectedGraph

public class SimpleExceptionalGraph
extends TrapUnitGraph

Author:
Michael Batchelder Created on 15-Jun-2006

Field Summary
 
Fields inherited from class soot.toolkits.graph.UnitGraph
body, method, unitChain, unitToPreds, unitToSuccs
 
Constructor Summary
SimpleExceptionalGraph(Body body)
           
 
Method Summary
protected  void buildSimpleExceptionalEdges(Map unitToSuccs, Map unitToPreds)
           
 
Methods inherited from class soot.toolkits.graph.TrapUnitGraph
buildExceptionalEdges
 
Methods inherited from class soot.toolkits.graph.UnitGraph
addEdge, buildHeadsAndTails, buildUnexceptionalEdges, combineMapValues, getBody, getExtendedBasicBlockPathBetween, getHeads, getPredsOf, getSuccsOf, getTails, iterator, makeMappedListsUnmodifiable, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleExceptionalGraph

public SimpleExceptionalGraph(Body body)
Parameters:
body -
Method Detail

buildSimpleExceptionalEdges

protected void buildSimpleExceptionalEdges(Map unitToSuccs,
                                           Map unitToPreds)