ix.iscript
Class IScriptInterpreter.IScriptLispInterpreter

java.lang.Object
  extended by ix.util.lisp.Interpreter
      extended by ix.util.lisp.LispInterpreter
          extended by ix.iscript.IScriptInterpreter.IScriptLispInterpreter
Enclosing class:
IScriptInterpreter

 class IScriptInterpreter.IScriptLispInterpreter
extends LispInterpreter


Nested Class Summary
 
Nested classes/interfaces inherited from class ix.util.lisp.LispInterpreter
LispInterpreter.JavaNull, LispInterpreter.Parser, LispInterpreter.Syntax, LispInterpreter.SyntaxError
 
Nested classes/interfaces inherited from class ix.util.lisp.Interpreter
Interpreter.AbstractEnv, Interpreter.AbstractFunction, Interpreter.And, Interpreter.Assignment, Interpreter.Call, Interpreter.Closure, Interpreter.Env, Interpreter.Error, Interpreter.Expr, Interpreter.Function, Interpreter.GlobalEnv, Interpreter.If, Interpreter.JFunction, Interpreter.Lambda, Interpreter.Let, Interpreter.LexicalEnv, Interpreter.Literal, Interpreter.Or, Interpreter.Sequence, Interpreter.VarRef, Interpreter.While
 
Field Summary
 
Fields inherited from class ix.util.lisp.LispInterpreter
COND, ELLIPSIS, JAVA_NULL, LAMBDA, parserTable, PROGN, QUOTE, reader
 
Fields inherited from class ix.util.lisp.Interpreter
acceptOnlySafeBuiltins, DEFAULT, FALSE, globalEnv, iscript, TRUE
 
Constructor Summary
IScriptInterpreter.IScriptLispInterpreter()
           
 
Method Summary
protected  void defineSyntax()
           
 
Methods inherited from class ix.util.lisp.LispInterpreter
define, define, define, defineBuiltins, defineInitialValues, installDefinitions, isTrue, loadLisp, loadLisp, main, parseForm, parseList, readEvalPrintLoop, topLevelEval
 
Methods inherited from class ix.util.lisp.Interpreter
isSafe, nameForClass, topLevelApply, topLevelEval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IScriptInterpreter.IScriptLispInterpreter

IScriptInterpreter.IScriptLispInterpreter()
Method Detail

defineSyntax

protected void defineSyntax()
Overrides:
defineSyntax in class LispInterpreter