MCPcopy Create free account
hub / github.com/beanshell/beanshell / eval

Method eval

src/bsh/BSHPrimaryExpression.java:36–40  ·  view source on GitHub ↗

Evaluate to a value object.

( CallStack callstack, Interpreter interpreter)

Source from the content-addressed store, hash-verified

34 Evaluate to a value object.
35 */
36 public Object eval( CallStack callstack, Interpreter interpreter)
37 throws EvalError
38 {
39 return eval( false, callstack, interpreter );
40 }
41
42 /**
43 Evaluate to a value object.

Callers 1

toLHSMethod · 0.95

Calls 8

doSuffixMethod · 0.80
jjtGetChildMethod · 0.65
jjtGetNumChildrenMethod · 0.65
evalMethod · 0.65
toLHSMethod · 0.45
toObjectMethod · 0.45
getValueMethod · 0.45
toEvalErrorMethod · 0.45

Tested by

no test coverage detected