(final String ... code)
| 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 { |
no test coverage detected