|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.iscript.IScriptInterpreter
public class IScriptInterpreter
An interpreter for the I-Script language.
Nested Class Summary | |
---|---|
(package private) class |
IScriptInterpreter.IScriptLispInterpreter
|
Field Summary | |
---|---|
(package private) IScriptInterpreter.IScriptLispInterpreter |
lisp
|
(package private) IScriptParser |
parser
|
Constructor Summary | |
---|---|
IScriptInterpreter()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
|
java.lang.Object |
topLevelEval(Expression e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
IScriptParser parser
IScriptInterpreter.IScriptLispInterpreter lisp
Constructor Detail |
---|
public IScriptInterpreter()
Method Detail |
---|
public static void main(java.lang.String[] argv)
public java.lang.Object topLevelEval(Expression e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |