Uses of Class
edu.rice.cs.drjava.model.repl.newjvm.MainJVM

Packages that use MainJVM
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.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
 

Uses of MainJVM in edu.rice.cs.drjava.model
 

Fields in edu.rice.cs.drjava.model declared as MainJVM
(package private)  MainJVM DefaultGlobalModel._interpreterControl
          RMI interface to the Interactions JVM.
 

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

Subclasses of MainJVM in edu.rice.cs.drjava.model.repl.newjvm
private static class NewJVMTest.TestJVMExtension
           
 

Constructors in edu.rice.cs.drjava.model.repl.newjvm with parameters of type MainJVM
MainJVM.RestartThread()