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

Method setOut

src/bsh/Interpreter.java:1177–1179  ·  view source on GitHub ↗
( PrintStream out )

Source from the content-addressed store, hash-verified

1175 }
1176
1177 public void setOut( PrintStream out ) {
1178 this.out = out;
1179 }
1180 public void setErr( PrintStream err ) {
1181 this.err = err;
1182 }

Callers 6

evalSourceMethod · 0.95
setConsoleMethod · 0.95
readObjectMethod · 0.95
evalMethod · 0.45
redirectOutputToFileMethod · 0.45
evalScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected