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

Method setCurrent

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

Updates the current node on the builder stack. @param current the current node

(final Object current)

Source from the content-addressed store, hash-verified

80 * @param current the current node
81 */
82 protected void setCurrent(final Object current) {
83 this.current = current;
84 }
85
86 /**
87 * Convenience method when no arguments are required.

Callers 1

doInvokeMethodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected