org.hccp.lisp
Class QUIT

java.lang.Object
  |
  +--org.hccp.lisp.Function
        |
        +--org.hccp.lisp.QUIT
All Implemented Interfaces:
Sexp

public class QUIT
extends Function

A wrapper around java.lang.System.exit(). Invoking this function will kill the JVM, exiting with error code 0.


Field Summary
 
Fields inherited from class org.hccp.lisp.Function
superContext
 
Constructor Summary
QUIT(java.util.List args, java.util.Map superContext)
           
 
Method Summary
 org.hccp.lisp.Sexp evaluate()
           
 
Methods inherited from class org.hccp.lisp.Function
getArgs, setArgs, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QUIT

public QUIT(java.util.List args,
            java.util.Map superContext)
     throws IllegalArgumentException
Method Detail

evaluate

public org.hccp.lisp.Sexp evaluate()
                            throws IllegalArgumentException
IllegalArgumentException