()
| 241 | } |
| 242 | |
| 243 | public void run() { |
| 244 | try { |
| 245 | invokeMethod( "run", new Object[0] ); |
| 246 | } catch( EvalError e ) { |
| 247 | declaringInterpreter.error( |
| 248 | "Exception in runnable:" + e ); |
| 249 | } |
| 250 | } |
| 251 | |
| 252 | /** |
| 253 | Invoke specified method as from outside java code, using the |
nothing calls this directly
no test coverage detected