Class DepthFirstSearch

All Implemented Interfaces:
DFSEdgeTypes

public class DepthFirstSearch extends DepthFirstSearch<CFG,Edge,BasicBlock>
Algorithm to perform a depth first search on a CFG.
Author:
David Hovemeyer
See Also:
  • Constructor Details

    • DepthFirstSearch

      public DepthFirstSearch(CFG cfg)
      Constructor.
      Parameters:
      cfg - the CFG to perform the depth first search on
  • Method Details