Uses of Package
edu.rice.cs.drjava.model.repl

Packages that use edu.rice.cs.drjava.model.repl
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 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.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.model
InteractionsDocument
          The document that handles input to the repl and the interpretation of said input.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.model.repl
ExceptionReturnedException
          Exception to be returned by the interpreter to contain the exception that occurred during interpretation.
History
          Keeps track of what was typed in the interactions pane.
InteractionsDocument
          The document that handles input to the repl and the interpretation of said input.
JavaInterpreter
          Interface for repl interpreters.
Pair
          A structure to contain a String and an Object pair.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.model.repl.newjvm
JavaInterpreter
          Interface for repl interpreters.
 

Classes in edu.rice.cs.drjava.model.repl used by edu.rice.cs.drjava.ui
InteractionsDocument
          The document that handles input to the repl and the interpretation of said input.