All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.ExitObject

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----Jaja.EscapeObject
                                   |
                                   +----Jaja.ExitObject

public class ExitObject
extends EscapeObject
This class helps to implement the (exit ) 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.


Variable Index

 o code

Constructor Index

 o ExitObject(Fixnum)

Variables

 o code
 public int code

Constructors

 o ExitObject
 public ExitObject(Fixnum v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index