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 )
| 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. |