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

Method eval

src/bsh/BSHBlock.java:36–40  ·  view source on GitHub ↗
( CallStack callstack, Interpreter interpreter)

Source from the content-addressed store, hash-verified

34 BSHBlock(int id) { super(id); }
35
36 public Object eval( CallStack callstack, Interpreter interpreter)
37 throws EvalError
38 {
39 return eval( callstack, interpreter, false );
40 }
41
42 /**
43 @param overrideNamespace if set to true the block will be executed

Callers 1

evalMethod · 0.95

Calls 3

evalMethod · 0.95
evalBlockMethod · 0.95
jjtGetChildMethod · 0.65

Tested by

no test coverage detected