|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.hccp.lisp.Interpreter
|
+--org.hccp.lisp.TestInterpreter
This class has been deprecated. Please use Interpreter instead.
| Constructor Summary | |
TestInterpreter()
Deprecated. |
|
| Method Summary | |
org.hccp.lisp.Sexp |
compile(java.util.List l,
java.util.Iterator itr)
Deprecated. |
org.hccp.lisp.Sexp |
compile(java.lang.Object o,
java.util.Iterator itr)
Deprecated. the "compile" methods convert Strings, Doubles, and Lists to their Sexp equivalents. |
static void |
display(java.util.List l)
Deprecated. Prints out a list of lists. |
java.util.List |
interpret(java.util.List l)
Deprecated. |
boolean |
isFunction(java.util.List list)
Deprecated. Determines if List is a function. |
| Methods inherited from class org.hccp.lisp.Interpreter |
createLiteral, isDefun, main |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestInterpreter()
| Method Detail |
public org.hccp.lisp.Sexp compile(java.lang.Object o,
java.util.Iterator itr)
Interpreter
compile in class Interpretero - object to convert to Sexp
public org.hccp.lisp.Sexp compile(java.util.List l,
java.util.Iterator itr)
compile in class Interpreterl - list to convert to Sexp
public boolean isFunction(java.util.List list)
InterpreterList is a function.
isFunction in class Interpreterlist -
public java.util.List interpret(java.util.List l)
interpret in class Interpreterl - a collection of objects that are reducible to some implementation of Sexp.
Sexp objects.public static void display(java.util.List l)
Interpreter
l -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||