edu.rice.cs.drjava.model.repl.newjvm |
Manages the creation and invocation of the separate JVM used by the interactions pane.
|
Java Source File Name | Type | Comment |
ClassPathManager.java | Class | Maintains a dynamic class path, allowing entries to be incrementally added in the appropriate
place in the list. |
InterpreterJVM.java | Class | This is the main class for the interpreter JVM. |
InterpreterJVMRemoteI.java | Interface | This interface specifies the methods that the interpreter JVM exposes for the MainJVM to call. |
InterpretResult.java | Class | Super class for any type of result that can occur from a call to interpret. |
MainJVM.java | Class | Manages a remote JVM. |
MainJVMRemoteI.java | Interface | This interface specifies the methods that the Main JVM exposes
for the InterpreterJVM to call. |
NewJVMTest.java | Class | Tests the functionality of the new JVM manager. |