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

Method getCurrentNode

src/main/java/groovy/util/NodeBuilder.java:72–74  ·  view source on GitHub ↗

Returns the current node being built. @return the current node, or null if none is active

()

Source from the content-addressed store, hash-verified

70 * @return the current node, or {@code null} if none is active
71 */
72 protected Node getCurrentNode() {
73 return (Node) getCurrent();
74 }
75}

Callers 1

createNodeMethod · 0.95

Calls 1

getCurrentMethod · 0.45

Tested by

no test coverage detected