MCPcopy Index your code
hub / github.com/beanshell/beanshell / run

Method run

src/bsh/This.java:243–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

invokeMethodMethod · 0.95
errorMethod · 0.65

Tested by

no test coverage detected