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

Method getClassLoader

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

Returns the class loader used to parse and load scripts. @return the shell class loader

()

Source from the content-addressed store, hash-verified

207 * @return the shell class loader
208 */
209 public GroovyClassLoader getClassLoader() {
210 return loader;
211 }
212
213 /** {@inheritDoc} */
214 @Override

Callers 15

execGroovyMethod · 0.95
setUpTestCaseMethod · 0.45
TestDgmConverterClass · 0.45
testConverterMethod · 0.45
getProxiedObjectMethod · 0.45
loadScriptMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
isRecompilableMethod · 0.45
evaluateMethod · 0.45
runMethod · 0.45
GroovyShellMethod · 0.45

Calls

no outgoing calls

Tested by 6

setUpTestCaseMethod · 0.36
testConverterMethod · 0.36
getProxiedObjectMethod · 0.36
loadScriptMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36