MCPcopy Create free account
hub / github.com/beanshell/beanshell / run

Method run

src/bsh/util/AWTConsole.java:305–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 }
304
305 public void run() {
306 try {
307 inPipeWatcher();
308 } catch ( IOException e ) {
309 println("Console: I/O Error...");
310 }
311 }
312
313 public static void main( String args[] ) {
314 AWTConsole console = new AWTConsole();

Callers

nothing calls this directly

Calls 2

inPipeWatcherMethod · 0.95
printlnMethod · 0.95

Tested by

no test coverage detected