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

Method setExitOnEOF

src/bsh/Interpreter.java:1229–1231  ·  view source on GitHub ↗

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 )

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected