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

Method println

src/bsh/util/JConsole.java:477–480  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

475 }
476
477 public void println(Object o) {
478 print( String.valueOf(o) + "\n" );
479 text.repaint();
480 }
481
482 public void print(final Object o) {
483 invokeAndWait(new Runnable() {

Callers 1

inPipeWatcherMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected