Uses of Class
edu.umd.cs.findbugs.graph.SearchTree
Packages that use SearchTree
-
Uses of SearchTree in edu.umd.cs.findbugs.graph
Methods in edu.umd.cs.findbugs.graph that return types with arguments of type SearchTreeModifier and TypeMethodDescriptionSearchTree.childIterator()Return collection of children of this search tree.SearchTreeBuilder.searchTreeIterator()Get an Iterator over the recorded SearchTrees.StronglyConnectedComponents.searchTreeIterator()Returns an iterator over the search trees containing the vertices of each strongly connected component.Methods in edu.umd.cs.findbugs.graph with parameters of type SearchTreeModifier and TypeMethodDescriptionvoidSearchTree.addChild(SearchTree<VertexType> child) Add a child search tree.