MCPcopy Index your code
hub / github.com/asLody/VirtualApp / load

Method load

VirtualApp/lib/src/main/java/mirror/RefClass.java:30–36  ·  view source on GitHub ↗
(Class<?> mappingClass, String className)

Source from the content-addressed store, hash-verified

28 }
29
30 public static Class<?> load(Class<?> mappingClass, String className) {
31 try {
32 return load(mappingClass, Class.forName(className));
33 } catch (Exception e) {
34 return null;
35 }
36 }
37
38
39 public static Class load(Class mappingClass, Class<?> realClass) {

Callers 15

LibcoreClass · 0.95
ForwardingOsClass · 0.95
OsClass · 0.95
VMRuntimeClass · 0.95
ILocationManagerClass · 0.95
StubClass · 0.95
LocationManagerClass · 0.95

Calls 5

forNameMethod · 0.80
getMethod · 0.45
getTypeMethod · 0.45
setMethod · 0.45
newInstanceMethod · 0.45

Tested by

no test coverage detected