MCPcopy 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*/
39public interface ConsoleInterface {
40 public Reader getIn();
41 public PrintStream getOut();
42 public PrintStream getErr();
43 public void println( Object o );

Callers 1

InterpreterMethod · 0.65

Implementers 3

Interpretersrc/bsh/Interpreter.java
AWTConsolesrc/bsh/util/AWTConsole.java
JConsolesrc/bsh/util/JConsole.java

Calls

no outgoing calls

Tested by

no test coverage detected