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.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
CompilerError
          A class to represent compiler errors.
CompilerErrorModel
          Contains the CompilerErrors for a particular file after a compile has ended.
CompilerInterface
          The minimum interface that a compiler must meet to be used by DrJava.
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.model.compiler
CompilerError
          A class to represent compiler errors.
CompilerInterface
          The minimum interface that a compiler must meet to be used by DrJava.
CompilerProxy
          A compiler interface to search a given
CompilerRegistry
          Registry for all CompilerInterface implementations.
GJv6Compiler
          The GJ compiler used by DrJava.
GJv6Compiler.OurLog
          put your documentation comment here
 

Classes in edu.rice.cs.drjava.model.compiler used by edu.rice.cs.drjava.ui
CompilerError
          A class to represent compiler errors.
CompilerErrorModel
          Contains the CompilerErrors for a particular file after a compile has ended.