MCPcopy Index your code
hub / github.com/apache/groovy / breadthFirst

Method breadthFirst

src/main/java/groovy/util/Node.java:670–672  ·  view source on GitHub ↗

Provides a collection of all the nodes in the tree using a breadth-first preorder traversal. @return the list of (breadth-first) ordered nodes

()

Source from the content-addressed store, hash-verified

668 * @return the list of (breadth-first) ordered nodes
669 */
670 public List breadthFirst() {
671 return breadthFirst(true);
672 }
673
674 /**
675 * Provides a collection of all the nodes in the tree

Callers

nothing calls this directly

Calls 7

breadthFirstRestMethod · 0.95
putMethod · 0.95
callClosureForNodeMethod · 0.95
addMethod · 0.65
toStringMethod · 0.65
getMethod · 0.65
addAllMethod · 0.45

Tested by

no test coverage detected