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

Method eval

engine/javax-src/javax/script/CompiledScript.java:42–42  ·  view source on GitHub ↗

Executes the program stored in this CompiledScript object. @param context A ScriptContext that is used in the same way as the ScriptContext passed to the eval methods of ScriptEngine . @return The value returned by the script executio

(ScriptContext context)

Source from the content-addressed store, hash-verified

40 */
41
42 public abstract Object eval(ScriptContext context) throws ScriptException;
43
44 /**
45 * Executes the program stored in the <code>CompiledScript</code> object using

Callers

nothing calls this directly

Calls 10

getEngineMethod · 0.95
setBindingsMethod · 0.95
getBindingsMethod · 0.95
setWriterMethod · 0.95
getWriterMethod · 0.95
setReaderMethod · 0.95
getReaderMethod · 0.95
setErrorWriterMethod · 0.95
getErrorWriterMethod · 0.95
getContextMethod · 0.65

Tested by

no test coverage detected