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

Method eval

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

Source from the content-addressed store, hash-verified

33 BSHArrayInitializer(int id) { super(id); }
34
35 public Object eval( CallStack callstack, Interpreter interpreter )
36 throws EvalError
37 {
38 throw new EvalError( "Array initializer has no base type.",
39 this, callstack );
40 }
41
42 /**
43 Construct the array from the initializer syntax.

Callers

nothing calls this directly

Calls 10

evalMethod · 0.95
castObjectMethod · 0.95
unwrapMethod · 0.95
debugMethod · 0.95
throwTypeErrorMethod · 0.95
jjtGetNumChildrenMethod · 0.65
jjtGetChildMethod · 0.65
evalMethod · 0.65
toEvalErrorMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected