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

Method getCurrent

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

Returns the current node on the builder stack. @return the current node, or null if none is active

()

Source from the content-addressed store, hash-verified

71 * @return the current node, or {@code null} if none is active
72 */
73 protected Object getCurrent() {
74 return current;
75 }
76
77 /**
78 * Updates the current node on the builder stack.

Callers 2

doInvokeMethodMethod · 0.95
getCurrentNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected