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

Packages that use edu.rice.cs.drjava.model.compiler
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.compiler Contains adaptor code for invoking various Java compilers. 
edu.rice.cs.drjava.model.debug Contains the code for DrJava's JPDA-based debugger. 
edu.rice.cs.drjava.model.debug.jpda   
edu.rice.cs.drjava.model.javadoc   
edu.rice.cs.drjava.model.junit Contains the code for integration of the JUnit testing facility. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.model
CompilerInterface
          The minimum interface that a compiler must meet to be used by DrJava.
CompilerListener
          An interface for responding to events generated by the CompilerModel.
CompilerModel
          Interface for all compiler functionality in the model.
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.model.compiler
CompilerErrorModel
          Contains the CompilerErrors for a set of compiled file after a compile has ended.
CompilerErrorModel.StartAndEndIndex
          This class is used only to track where the errors with positions for a file begin and end.
CompilerEventNotifier
          Keeps track of all listeners to a CompilerModel, and has the ability to notify them of some event.
CompilerInterface
          The minimum interface that a compiler must meet to be used by DrJava.
CompilerListener
          An interface for responding to events generated by the CompilerModel.
CompilerModel
          Interface for all compiler functionality in the model.
CompilerOptions.WarningOptionListener
          The OptionListener for the Warning Options
JavacCompiler
          An abstract parent for all javac-based compiler interfaces.
LanguageLevelStackTraceMapper
          Class used to get TreeMaps with dj* to java line number (and vise versa) conversions
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.model.debug
CompilerListener
          An interface for responding to events generated by the CompilerModel.
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.model.debug.jpda
LanguageLevelStackTraceMapper
          Class used to get TreeMaps with dj* to java line number (and vise versa) conversions
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.model.javadoc
CompilerErrorModel
          Contains the CompilerErrors for a set of compiled file after a compile has ended.
CompilerListener
          An interface for responding to events generated by the CompilerModel.
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.model.junit
CompilerErrorModel
          Contains the CompilerErrors for a set of compiled file after a compile has ended.
CompilerListener
          An interface for responding to events generated by the CompilerModel.
CompilerModel
          Interface for all compiler functionality in the model.
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.ui
CompilerErrorModel
          Contains the CompilerErrors for a set of compiled file after a compile has ended.
CompilerListener
          An interface for responding to events generated by the CompilerModel.