Uses of Interface
edu.rice.cs.drjava.model.repl.JavaInterpreter

Packages that use JavaInterpreter
edu.rice.cs.drjava.model.repl Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. 
edu.rice.cs.drjava.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
 

Uses of JavaInterpreter in edu.rice.cs.drjava.model.repl
 

Classes in edu.rice.cs.drjava.model.repl that implement JavaInterpreter
 class DynamicJavaAdapter
          An implementation of the interpreter for the repl pane.
 

Fields in edu.rice.cs.drjava.model.repl declared as JavaInterpreter
private  JavaInterpreter JavaInterpreterTest._interpreter
           
 

Uses of JavaInterpreter in edu.rice.cs.drjava.model.repl.newjvm
 

Fields in edu.rice.cs.drjava.model.repl.newjvm declared as JavaInterpreter
private  JavaInterpreter InterpreterJVM._interpreter