edu.rice.cs.dynamicjava.interpreter
Class Interpreter
java.lang.Object
edu.rice.cs.dynamicjava.interpreter.Interpreter
public class Interpreter
- extends Object
The external interface for the interpreter.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interpreter
public Interpreter(Options opt,
TypeContext typeContext,
RuntimeBindings bindings)
Interpreter
public Interpreter(Options opt)
Interpreter
public Interpreter(Options opt,
ClassLoader loader)
interpret
public Option<Object> interpret(String code)
throws InterpreterException
- Throws:
InterpreterException