|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.util.lisp.Interpreter
ix.util.lisp.LispInterpreter
ix.ip2.LispComputeInterpreter
public class LispComputeInterpreter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ix.util.lisp.LispInterpreter |
|---|
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 | |
|---|---|
protected Ip2ModelManager |
modelManager
|
static Symbol |
UNDEF
|
| Fields inherited from class ix.util.lisp.LispInterpreter |
|---|
COND, ELLIPSIS, LAMBDA, parserTable, PROGN, QUOTE, reader |
| Fields inherited from class ix.util.lisp.Interpreter |
|---|
DEFAULT, FALSE, globalEnv, iscript, TRUE |
| Constructor Summary | |
|---|---|
LispComputeInterpreter(Ip2ModelManager modelManager)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
compute(java.lang.Object form)
|
protected void |
defineBuiltins()
|
protected java.lang.Object |
getWorldStateValue(LList pattern)
|
void |
loadSupportCode(java.lang.Object code)
|
| Methods inherited from class ix.util.lisp.LispInterpreter |
|---|
define, define, define, defineInitialValues, defineSyntax, installDefinitions, isTrue, loadLisp, loadLisp, main, parseForm, parseList, topLevelEval |
| Methods inherited from class ix.util.lisp.Interpreter |
|---|
nameForClass, topLevelApply, topLevelEval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ix.ip2.ComputeInterpreter |
|---|
define, isTrue |
| Field Detail |
|---|
public static final Symbol UNDEF
protected Ip2ModelManager modelManager
| Constructor Detail |
|---|
public LispComputeInterpreter(Ip2ModelManager modelManager)
| Method Detail |
|---|
public java.lang.Object compute(java.lang.Object form)
compute in interface ComputeInterpreterpublic void loadSupportCode(java.lang.Object code)
loadSupportCode in interface ComputeInterpreterprotected java.lang.Object getWorldStateValue(LList pattern)
protected void defineBuiltins()
defineBuiltins in class LispInterpreter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||