MCPcopy Create free account
hub / github.com/beanshell/beanshell / setErr

Method setErr

src/bsh/Interpreter.java:1180–1182  ·  view source on GitHub ↗
( PrintStream err )

Source from the content-addressed store, hash-verified

1178 this.out = out;
1179 }
1180 public void setErr( PrintStream err ) {
1181 this.err = err;
1182 }
1183
1184 /**
1185 De-serialization setup.

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