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

Method parent

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

Returns the parent of the node. @return the parent or null for the root node

()

Source from the content-addressed store, hash-verified

493 * @return the parent or <code>null</code> for the root node
494 */
495 public Node parent() {
496 return parent;
497 }
498
499 /**
500 * Adds or replaces the parent of the node.

Callers 5

replaceNodeMethod · 0.95
getTailMethod · 0.95
plusMethod · 0.95
appendNodesMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected