Represents the current process (instance of the virtual machine).
| Attributes | |
| arguments | Source Code shared String[] arguments The command line arguments to the virtual machine. |
| string | shared actual String string A developer-friendly string representing the
instance. Concatenates the name of the concrete
class of the instance with the Refined declaration: string |
| Inherited Attributes |
| Attributes inherited from: Object |
| Methods | |
| exit | Source Code Force the virtual machine to terminate with the given exit code. |
| flush | Source Code shared void flush() Flush the standard output of the virtual machine process. |
| flushError | Source Code shared void flushError() Flush the standard error of the virtual machine process. |
| namedArgumentPresent | Source Code Determine if an argument of form |
| namedArgumentValue | Source Code The value of the first argument of form |
| propertyValue | Source Code The value of the given system property of the virtual machine, if any. |
| readLine | Source Code shared String readLine() Read a line of input text from the standard input of the virtual machine process. |
| write | Source Code Print a string to the standard output of the virtual machine process. |
| writeError | Source Code Print a string to the standard error of the virtual machine process. |
| writeErrorLine | Source Code Print a line to the standard error of the virtual machine process. Parameters:
|
| writeLine | Source Code Print a line to the standard output of the virtual machine process. Parameters:
See also: print |
| Inherited Methods |
| Methods inherited from: Object |