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

Method GroovyShell

src/main/java/groovy/lang/GroovyShell.java:91–93  ·  view source on GitHub ↗

Creates a shell with a new Binding and the default compiler configuration.

()

Source from the content-addressed store, hash-verified

89 * Creates a shell with a new {@link Binding} and the default compiler configuration.
90 */
91 public GroovyShell() {
92 this(null, new Binding());
93 }
94
95 /**
96 * Creates a shell with the supplied binding and the default compiler configuration.

Callers

nothing calls this directly

Calls 2

getClassLoaderMethod · 0.45

Tested by

no test coverage detected