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

Method eval

src/bsh/BSHClassDeclaration.java:53–58  ·  view source on GitHub ↗
(final CallStack callstack, final Interpreter interpreter )

Source from the content-addressed store, hash-verified

51 /**
52 */
53 public synchronized Object eval(final CallStack callstack, final Interpreter interpreter ) throws EvalError {
54 if (generatedClass == null) {
55 generatedClass = generateClass(callstack, interpreter);
56 }
57 return generatedClass;
58 }
59
60
61 private Class<?> generateClass(final CallStack callstack, final Interpreter interpreter) throws EvalError {

Callers

nothing calls this directly

Calls 1

generateClassMethod · 0.95

Tested by

no test coverage detected