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

Method setShowResults

src/bsh/Interpreter.java:1239–1241  ·  view source on GitHub ↗

Turn on/off the verbose printing of results as for the show() command. If this interpreter has a parent the call is delegated. See the BeanShell show() command.

( boolean showResults )

Source from the content-addressed store, hash-verified

1237 See the BeanShell show() command.
1238 */
1239 public void setShowResults( boolean showResults ) {
1240 this.showResults = showResults;
1241 }
1242 /**
1243 Show on/off verbose printing status for the show() command.
1244 See the BeanShell show() command.

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected