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

Method print

src/bsh/util/AWTConsole.java:282–284  ·  view source on GitHub ↗
( Object o, Color c )

Source from the content-addressed store, hash-verified

280
281 // No color
282 public void print( Object o, Color c ) {
283 print( "*** " + String.valueOf(o));
284 }
285
286 synchronized public void print( Object o ) {
287 append(String.valueOf(o));

Callers 5

AWTConsoleMethod · 0.95
acceptLineMethod · 0.95
printlnMethod · 0.95
errorMethod · 0.95
inPipeWatcherMethod · 0.95

Calls 2

appendMethod · 0.80
getTextMethod · 0.80

Tested by

no test coverage detected