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

Method eval

src/bsh/BSHArrayDimensions.java:52–59  ·  view source on GitHub ↗
( 
			Class type, CallStack callstack, Interpreter interpreter )

Source from the content-addressed store, hash-verified

50 public void addUndefinedDimension() { numUndefinedDims++; }
51
52 public Object eval(
53 Class type, CallStack callstack, Interpreter interpreter )
54 throws EvalError
55 {
56 if ( Interpreter.DEBUG ) Interpreter.debug("array base type = "+type);
57 baseType = type;
58 return eval( callstack, interpreter );
59 }
60
61 /**
62 Evaluate the structure of the array in one of two ways:

Callers

nothing calls this directly

Calls 7

debugMethod · 0.95
getArrayDimensionsMethod · 0.95
getClassMethod · 0.80
intValueMethod · 0.80
jjtGetChildMethod · 0.65
evalMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected