Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ getErr
Method
getErr
src/bsh/ConsoleInterface.java:42–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
public
Reader getIn();
41
public
PrintStream getOut();
42
public
PrintStream getErr();
43
public
void
println( Object o );
44
public
void
print( Object o );
45
public
void
error( Object o );
Callers
3
Interpreter
Method · 0.65
setConsole
Method · 0.65
readObject
Method · 0.65
Implementers
3
Interpreter
src/bsh/Interpreter.java
AWTConsole
src/bsh/util/AWTConsole.java
JConsole
src/bsh/util/JConsole.java
Calls
no outgoing calls
Tested by
no test coverage detected