MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getClassLoader

Method getClassLoader

src/org/opensourcephysics/controls/XML.java:200–202  ·  view source on GitHub ↗

Gets the ClassLoader. May be null. @return the classLoader

()

Source from the content-addressed store, hash-verified

198 * @return the classLoader
199 */
200 public static ClassLoader getClassLoader() {
201 return classLoader;
202 }
203
204 /**
205 * Replaces backslashes with slashes.

Callers 9

getObjectClassMethod · 0.95
fileExistsMethod · 0.45
addAssetsMethod · 0.45
createTargetMethod · 0.45
createTargetMethod · 0.45
getAssetStreamMethod · 0.45
runMethod · 0.45
isSameClassPackageMethod · 0.45
lookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected