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

Packages that use MainJVM
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.plugins.eclipse.repl   
 

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

Constructors in edu.rice.cs.drjava.model.junit with parameters of type MainJVM
DefaultJUnitModel(MainJVM jvm, CompilerModel compilerModel, GlobalModel model)
          Main constructor.
 

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

Fields in edu.rice.cs.drjava.model.repl declared as MainJVM
protected  MainJVM RMIInteractionsModel._jvm
          RMI interface to the remote Java interpreter.
 

Constructors in edu.rice.cs.drjava.model.repl with parameters of type MainJVM
DefaultInteractionsModel(DefaultGlobalModel model, MainJVM jvm, ConsoleDocumentInterface cDoc, File wd)
          Creates a new InteractionsModel.
RMIInteractionsModel(MainJVM jvm, ConsoleDocumentInterface cDoc, File wd, int historySize, int writeDelay)
          Constructs an InteractionsModel which can communicate with another JVM.
 

Uses of MainJVM in edu.rice.cs.drjava.plugins.eclipse.repl
 

Constructors in edu.rice.cs.drjava.plugins.eclipse.repl with parameters of type MainJVM
EclipseInteractionsModel(MainJVM control, SWTDocumentAdapter adapter)
          Creates a new InteractionsModel.
EclipseInteractionsModel(MainJVM control, SWTDocumentAdapter adapter)
          Creates a new InteractionsModel.