(ExecutionContext context, Object self, Object... args)
| 27 | } |
| 28 | |
| 29 | @Override |
| 30 | public Object call(ExecutionContext context, Object self, Object... args) { |
| 31 | context.getConfig().getOutputStream().println(Types.toString(context, args[0])); |
| 32 | return Types.UNDEFINED; |
| 33 | } |
| 34 | |
| 35 | @Override |
| 36 | public void setFileName() { |
nothing calls this directly
no test coverage detected