Package edu.umd.cs.findbugs.ba
Interface DFSEdgeTypes
-
- All Superinterfaces:
DFSEdgeTypes
- All Known Implementing Classes:
DFSCFGPrinter
,PatternMatcher
,SimplePathEnumerator
public interface DFSEdgeTypes extends DFSEdgeTypes
Interface defining depth first search edge type constants. This is just a placeholder that forwards to the real interface in the edu.umd.cs.findbugs.graph package.- Author:
- David Hovemeyer
- See Also:
DFSEdgeTypes
-
-
Field Summary
-
Fields inherited from interface edu.umd.cs.findbugs.graph.DFSEdgeTypes
BACK_EDGE, CROSS_EDGE, FORWARD_EDGE, TREE_EDGE, UNKNOWN_EDGE
-
-