Uses of Interface
edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI

Packages that use InterpreterJVMRemoteI
edu.rice.cs.drjava.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
 

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

Classes in edu.rice.cs.drjava.model.repl.newjvm that implement InterpreterJVMRemoteI
 class InterpreterJVM
          This is the main class for the interpreter JVM.
 

Methods in edu.rice.cs.drjava.model.repl.newjvm that return InterpreterJVMRemoteI
 InterpreterJVMRemoteI MainJVM.ensureInterpreterConnected()
          If an interpreter has not registered itself, this method will block until one does.