MCPcopy Create free account
hub / github.com/GateNLP/gate-core / loadClass

Method loadClass

src/main/java/gate/util/GateClassLoader.java:153–156  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

151 }
152
153 @Override
154 public Class<?> loadClass(String name) throws ClassNotFoundException {
155 return loadClass(name, false, false, new HashSet<GateClassLoader>());
156 }
157
158 /**
159 * Delegate loading to the super class (loadClass has protected access

Callers 11

getVRsForResourceMethod · 0.95
forgetClassLoaderMethod · 0.95
instantiateDataStoreMethod · 0.80
getParameterClassMethod · 0.80
getResourceClassMethod · 0.80
endElementMethod · 0.80
getAllInstancesMethod · 0.80
initMacListenersMethod · 0.80

Calls 9

getClassLoaderMethod · 0.95
getIDMethod · 0.95
isIsolatedMethod · 0.80
getParentMethod · 0.65
addMethod · 0.65
equalsMethod · 0.65
printlnMethod · 0.45
valuesMethod · 0.45
removeAllMethod · 0.45

Tested by

no test coverage detected