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

Method setParent

src/main/java/groovy/util/Factory.java:93–93  ·  view source on GitHub ↗

Connects a child node to its parent. @param builder the FactoryBuilder @param parent the parent node, or null for the root @param child the child node

( FactoryBuilderSupport builder, Object parent, Object child )

Source from the content-addressed store, hash-verified

91 * @param child the child node
92 */
93 void setParent( FactoryBuilderSupport builder, Object parent, Object child );
94
95 /**
96 * Notifies the parent that a child node was created.

Callers 6

doInvokeMethodMethod · 0.65
appendMethod · 0.65
removeMethod · 0.65
dispatchNodeCallMethod · 0.65
setParentMethod · 0.65
setParentMethod · 0.65

Implementers 1

AbstractFactorysrc/main/java/groovy/util/AbstractFact

Calls

no outgoing calls

Tested by

no test coverage detected