()
| 2587 | } |
| 2588 | |
| 2589 | static void abort() { |
| 2590 | if ((ij!=null || Interpreter.isBatchMode()) && macroInterpreter==null) |
| 2591 | throw new RuntimeException(Macro.MACRO_CANCELED); |
| 2592 | } |
| 2593 | |
| 2594 | static void setClassLoader(ClassLoader loader) { |
| 2595 | classLoader = loader; |
no test coverage detected