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

Method findClass

classpath/avian/SystemClassLoader.java:26–28  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

24 throws ClassNotFoundException;
25
26 protected Class findClass(String name) throws ClassNotFoundException {
27 return getClass(findVMClass(name));
28 }
29
30 public static native Class getClass(VMClass vmClass);
31

Callers 1

loadClassMethod · 0.95

Calls 2

getClassMethod · 0.95
findVMClassMethod · 0.95

Tested by

no test coverage detected