All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----Jaja.EscapeObject
|
+----Jaja.ExitObject
) function that
allows to exit from an interpreter with a given numeric code (see
the exit function in Procedure.java). Normally, to exit
aborts the current evaluation and returns back to the run method of
Evaluation.java.
-
code
-
-
ExitObject(Fixnum)
-
code
public int code
ExitObject
public ExitObject(Fixnum v)
All Packages Class Hierarchy This Package Previous Next Index