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

Method eval

tests/junitTests/src/bsh/TestUtil.java:137–139  ·  view source on GitHub ↗
(final String ... code)

Source from the content-addressed store, hash-verified

135
136
137 public static Object eval(final String ... code) throws Exception {
138 return eval(Collections.<String, Integer>emptyMap(), code);
139 }
140
141
142 public static Object eval(final Map<? extends String, ?> params, final String ... code) throws Exception {

Calls 6

setMethod · 0.95
evalMethod · 0.95
appendMethod · 0.80
entrySetMethod · 0.45
getValueMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected