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

Method loadClass

src/main/java/groovy/lang/GroovyClassLoader.java:637–640  ·  view source on GitHub ↗

{@inheritDoc} @see ClassLoader#loadClass(java.lang.String,boolean)

(final String name)

Source from the content-addressed store, hash-verified

635 * @see ClassLoader#loadClass(java.lang.String,boolean)
636 */
637 @Override
638 public Class<?> loadClass(final String name) throws ClassNotFoundException {
639 return loadClass(name, false);
640 }
641
642 /**
643 * Implemented here to check package access prior to returning an

Callers 15

setupMethod · 0.95
canRunMethod · 0.45
runMethod · 0.45
tryLoadClassMethod · 0.45
runMethod · 0.45
tryLoadClassMethod · 0.45
runMethod · 0.45
loadDriverMethod · 0.45
lazyInitMethod · 0.45

Calls 12

getClassCacheEntryMethod · 0.95
isRecompilableMethod · 0.95
recompileMethod · 0.95
removeClassCacheEntryMethod · 0.95
setClassCacheEntryMethod · 0.95
substringMethod · 0.80
loadGroovySourceMethod · 0.65
indexOfMethod · 0.45
getMessageMethod · 0.45
replaceMethod · 0.45
lastIndexOfMethod · 0.45
startsWithMethod · 0.45

Tested by 9

canRunMethod · 0.36
runMethod · 0.36
tryLoadClassMethod · 0.36
runMethod · 0.36
tryLoadClassMethod · 0.36
runMethod · 0.36
assertClassLoadableMethod · 0.36