Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AWTConsole
Method · 0.95
acceptLine
Method · 0.95
println
Method · 0.95
error
Method · 0.95
inPipeWatcher
Method · 0.95
Calls
2
append
Method · 0.80
getText
Method · 0.80
Tested by
no test coverage detected