Uses of Package
edu.rice.cs.drjava.model.repl.newjvm

Packages that use edu.rice.cs.drjava.model.repl.newjvm
edu.rice.cs.drjava.model.junit Contains the code for integration of the JUnit testing facility. 
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. 
edu.rice.cs.drjava.plugins.eclipse.repl   
 

Classes in edu.rice.cs.drjava.model.repl.newjvm used by edu.rice.cs.drjava.model.junit
MainJVM
          Manages a remote JVM.
 

Classes in edu.rice.cs.drjava.model.repl.newjvm used by edu.rice.cs.drjava.model.repl
ClassPathManager
          Maintains a dynamic class path, allowing entries to be incrementally added in the appropriate place in the list.
MainJVM
          Manages a remote JVM.
 

Classes in edu.rice.cs.drjava.model.repl.newjvm used by edu.rice.cs.drjava.model.repl.newjvm
InterpreterJVM
          This is the main class for the interpreter JVM.
InterpreterJVMRemoteI
          This interface specifies the methods that the interpreter JVM exposes for the MainJVM to call.
InterpretResult
          Super class for any type of result that can occur from a call to interpret.
InterpretResult.Visitor
           
MainJVMRemoteI
          This interface specifies the methods that the Main JVM exposes for the InterpreterJVM to call.
 

Classes in edu.rice.cs.drjava.model.repl.newjvm used by edu.rice.cs.drjava.plugins.eclipse.repl
MainJVM
          Manages a remote JVM.