Specify whether, in interactive mode, the interpreter exits Java upon end of input. If true, when in interactive mode the interpreter will issue a System.exit(0) upon eof. If false the interpreter no System.exit() will be done. Note: if you wish to cause an EOF externally you can tr
( boolean value )
| 1227 | the motivation for the Java NIO package). |
| 1228 | */ |
| 1229 | public void setExitOnEOF( boolean value ) { |
| 1230 | exitOnEOF = value; // ug |
| 1231 | } |
| 1232 | |
| 1233 | /** |
| 1234 | Turn on/off the verbose printing of results as for the show() |