| edu.rice.cs.drjava.model.repl.Interpreter
Interpreter | public interface Interpreter (Code) | | Interface for any language interpreter which can be used with DrJava's RMI framework to safely interpret code in
another JVM.
version: $Id: Interpreter.java 4255 2007-08-28 19:17:37Z mgricken $ |
Field Summary | |
final public static Object | NO_RESULT Value returned to indicate no result. |
NO_RESULT | final public static Object NO_RESULT(Code) | | Value returned to indicate no result.
|
|
|