public class DepthFirstSearch extends DepthFirstSearch<CFG,Edge,BasicBlock>
CFGBLACK, DEBUG, GRAY, WHITEBACK_EDGE, CROSS_EDGE, FORWARD_EDGE, TREE_EDGE, UNKNOWN_EDGE| Constructor and Description |
|---|
DepthFirstSearch(CFG cfg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected BasicBlock |
getNextSearchTreeRoot()
Choose the next search tree root.
|
getSource, getTarget, outgoingEdgeIteratorcontainsCycle, getColor, getDFSEdgeType, getDiscoveryTime, getFinishTime, getFinishTimeList, search, setSearchTreeCallback, setVertexChooser, topologicalSortIterator, unvisitedVertices, visitMepublic DepthFirstSearch(CFG cfg)
cfg - the CFG to perform the depth first search onprotected BasicBlock getNextSearchTreeRoot()
AbstractDepthFirstSearchgetNextSearchTreeRoot in class AbstractDepthFirstSearch<CFG,Edge,BasicBlock>FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.