soot.toolkits.graph.pdg
Class EnhancedBlockGraph

java.lang.Object
  extended by soot.toolkits.graph.BlockGraph
      extended by soot.toolkits.graph.pdg.EnhancedBlockGraph
All Implemented Interfaces:
Iterable<Block>, DirectedGraph<Block>

public class EnhancedBlockGraph
extends BlockGraph


Field Summary
 
Fields inherited from class soot.toolkits.graph.BlockGraph
mBlocks, mBody, mHeads, mTails, mUnits
 
Constructor Summary
EnhancedBlockGraph(Body body)
           
EnhancedBlockGraph(EnhancedUnitGraph unitGraph)
           
 
Method Summary
 
Methods inherited from class soot.toolkits.graph.BlockGraph
buildBlocks, computeLeaders, getBlocks, getBody, getHeads, getPredsOf, getSuccsOf, getTails, iterator, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnhancedBlockGraph

public EnhancedBlockGraph(Body body)

EnhancedBlockGraph

public EnhancedBlockGraph(EnhancedUnitGraph unitGraph)