edu.umd.cs.findbugs.ba

Class DepthFirstSearch

public class DepthFirstSearch extends DepthFirstSearch<CFG,Edge,BasicBlock>

Algorithm to perform a depth first search on a CFG.

Author: David Hovemeyer

See Also: CFG

Constructor Summary
DepthFirstSearch(CFG cfg)
Constructor.

Constructor Detail

DepthFirstSearch

public DepthFirstSearch(CFG cfg)
Constructor.

Parameters: cfg the CFG to perform the depth first search on

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.