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

Method println

src/bsh/util/AWTConsole.java:273–275  ·  view source on GitHub ↗
( Object o )

Source from the content-addressed store, hash-verified

271 }
272
273 public void println( Object o ) {
274 print( String.valueOf(o)+"\n" );
275 }
276
277 public void error( Object o ) {
278 print( o, Color.red );

Callers 2

inPipeWatcherMethod · 0.95
runMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected