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

Method eval

engine/src/bsh/engine/BshScriptEngine.java:61–63  ·  view source on GitHub ↗
(String script, ScriptContext scriptContext)

Source from the content-addressed store, hash-verified

59
60
61 public Object eval(String script, ScriptContext scriptContext) throws ScriptException {
62 return evalSource(script, scriptContext);
63 }
64
65
66 public Object eval(Reader reader, ScriptContext scriptContext) throws ScriptException {

Callers

nothing calls this directly

Calls 11

evalSourceMethod · 0.95
toPrintStreamMethod · 0.95
getScopesMethod · 0.65
putAllMethod · 0.65
getBindingsMethod · 0.65
getWriterMethod · 0.65
getErrorWriterMethod · 0.65
invokeMethod · 0.65
setOutMethod · 0.45
setErrMethod · 0.45

Tested by

no test coverage detected