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

Method depthFirst

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

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

()

Source from the content-addressed store, hash-verified

577 * @return the list of (depth-first) ordered nodes
578 */
579 public List depthFirst() {
580 return depthFirst(true);
581 }
582
583 /**
584 * Provides a collection of all the nodes in the tree

Callers 1

getMethod · 0.95

Calls 7

depthFirstRestMethod · 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