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

Method run

src/main/java/groovy/lang/Script.java:146–146  ·  view source on GitHub ↗

The main instance method of a script which has variables in scope as defined by the current Binding instance.

()

Source from the content-addressed store, hash-verified

144 * as defined by the current {@link Binding} instance.
145 */
146 public abstract Object run();
147
148 // println helper methods
149

Callers 11

parseAndRunScriptMethod · 0.95
executeMethod · 0.95
evalMethod · 0.95
writeToMethod · 0.95
writeToMethod · 0.95
assertScriptMethod · 0.95
assertScriptFileMethod · 0.95
testDeadlockMethod · 0.95
evaluateMethod · 0.95

Calls 3

runMethod · 0.95
getClassMethod · 0.80
getClassLoaderMethod · 0.45

Tested by 4

assertScriptMethod · 0.76
assertScriptFileMethod · 0.76
testDeadlockMethod · 0.76