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

Method resolveClass

classpath/java/lang/ClassLoader.java:141–143  ·  view source on GitHub ↗
(Class c)

Source from the content-addressed store, hash-verified

139 }
140
141 protected void resolveClass(Class c) {
142 avian.Classes.link(c.vmClass, this);
143 }
144
145 public final ClassLoader getParent() {
146 return parent;

Callers 2

loadClassMethod · 0.95
loadClassMethod · 0.80

Calls 1

linkMethod · 0.80

Tested by

no test coverage detected