Package org.jruby
Class Main.Status
java.lang.Object
org.jruby.Main.Status
- Enclosing class:
- Main
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isExit
private boolean isExit -
status
private int status
-
-
Constructor Details
-
Status
Status(int status) Creates a status object with the specified value and with explicit exit flag. An exit flag means that Kernel.exit() has been explicitly invoked during the run.- Parameters:
status- The status value.
-
Status
Status()Creates a status object with 0 value and no explicit exit flag.
-
-
Method Details
-
isExit
public boolean isExit() -
getStatus
public int getStatus()
-