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

Method run

src/bsh/util/JConsole.java:484–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

482 public void print(final Object o) {
483 invokeAndWait(new Runnable() {
484 public void run() {
485 append(String.valueOf(o));
486 resetCommandStart();
487 text.setCaretPosition(cmdStart);
488 }
489 });
490 }
491

Callers 1

invokeAndWaitMethod · 0.45

Calls 7

appendMethod · 0.95
resetCommandStartMethod · 0.95
getStyleMethod · 0.95
setStyleMethod · 0.95
inPipeWatcherMethod · 0.95
printMethod · 0.95
setCaretPositionMethod · 0.80

Tested by

no test coverage detected