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 The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.junit Contains the code for integration of the JUnit testing facility. 
edu.rice.cs.drjava.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
 

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

Classes in edu.rice.cs.drjava.model.repl.newjvm used by edu.rice.cs.drjava.model.junit
InterpreterJVM
          This is the main class for the interpreter JVM.
 

Classes in edu.rice.cs.drjava.model.repl.newjvm used by edu.rice.cs.drjava.model.repl.newjvm
InterpreterJVMRemoteI
          This interface specifies the methods that the interpreter JVM exposes for the MainJVM to call.
MainJVM
          Manages a remote JVM.
MainJVM.RestartThread
           
MainJVMRemoteI
          This interface specifies the methods that the Main JVM exposes for the InterpreterJVM to call.
NewJVMTest.TestJVMExtension