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

Method forName

classpath/java/lang/Class.java:152–154  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

150 }
151
152 public static Class forName(String name) throws ClassNotFoundException {
153 return forName(name, true, Method.getCaller().class_.loader);
154 }
155
156 public static Class forName(String name, boolean initialize,
157 ClassLoader loader)

Callers 5

mainMethod · 0.95
getParameterTypesMethod · 0.95
deserializeArrayMethod · 0.95
deserializeObjectMethod · 0.95
findMethod · 0.95

Calls 2

getCallerMethod · 0.95
forNameMethod · 0.95

Tested by 1

mainMethod · 0.76