MCPcopy Create free account
hub / github.com/ReadyTalk/avian / loadClass

Method loadClass

classpath/java/lang/ClassLoader.java:114–116  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

112 }
113
114 public Class loadClass(String name) throws ClassNotFoundException {
115 return loadClass(name, false);
116 }
117
118 protected Class loadClass(String name, boolean resolve)
119 throws ClassNotFoundException

Callers 5

loadClassMethod · 0.95
classDescMethod · 0.95
getDeclaredClassesMethod · 0.45
getDeclaringClassMethod · 0.45
parseTypeMethod · 0.45

Calls 3

findLoadedClassMethod · 0.95
findClassMethod · 0.95
resolveClassMethod · 0.95

Tested by

no test coverage detected