MCPcopy Index your code
hub / github.com/beanshell/beanshell / PreparsedScript

Method PreparsedScript

src/bsh/PreparsedScript.java:18–20  ·  view source on GitHub ↗
(final String source)

Source from the content-addressed store, hash-verified

16
17
18 public PreparsedScript(final String source) throws EvalError {
19 this(source, getDefaultClassLoader());
20 }
21
22
23 private static ClassLoader getDefaultClassLoader() {

Callers

nothing calls this directly

Calls 5

getDefaultClassLoaderMethod · 0.95
getNameSpaceMethod · 0.95
evalMethod · 0.65
setClassLoaderMethod · 0.45
getMethodMethod · 0.45

Tested by

no test coverage detected