MCPcopy Create free account
hub / github.com/apache/groovy / setDirective

Method setDirective

src/main/java/groovy/lang/Closure.java:1260–1262  ·  view source on GitHub ↗

@param directive The directive to set.

(int directive)

Source from the content-addressed store, hash-verified

1258 * @param directive The directive to set.
1259 */
1260 public void setDirective(int directive) {
1261 this.directive = directive;
1262 }
1263
1264 /**
1265 * Returns a copy of this closure where the "owner", "delegate" and "thisObject"

Callers 1

ClosureClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected