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

Method createNode

src/main/java/groovy/util/BuilderSupport.java:227–227  ·  view source on GitHub ↗

Creates a node with the given name. @param name the node name @return the created node

(Object name)

Source from the content-addressed store, hash-verified

225 * @return the created node
226 */
227 protected abstract Object createNode(Object name);
228
229 /**
230 * Creates a node with the given name and value.

Callers 1

doInvokeMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected