Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getIn
Method
getIn
src/bsh/ConsoleInterface.java:40–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
*/
39
public
interface
ConsoleInterface {
40
public
Reader getIn();
41
public
PrintStream getOut();
42
public
PrintStream getErr();
43
public
void
println( Object o );
Callers
1
Interpreter
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