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

Method setParent

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

Adds or replaces the parent of the node. @param parent the new parent of the node

(Node parent)

Source from the content-addressed store, hash-verified

502 * @param parent the new parent of the node
503 */
504 protected void setParent(Node parent) {
505 this.parent = parent;
506 }
507
508 /**
509 * Provides lookup of elements by non-namespaced name

Callers 1

replaceNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected