(Environment env)
| 49 | size = lookup(syms, parameters(), body()); |
| 50 | } |
| 51 | public Object eval(Environment env) { |
| 52 | return new OptFunction(parameters(), body(), env, size); |
| 53 | } |
| 54 | public static int lookup(Symbols syms, ParameterList params, |
| 55 | BlockStmnt body) |
| 56 | { |
no test coverage detected