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

Contains adaptor code for invoking various Java compilers.

See:
          Description

Interface Summary
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.
 

Class Summary
CompilerError A class to represent source errors and warnings generated by the compiler.
CompilerErrorModel Contains the CompilerErrors for a particular file after a compile has ended.
CompilerErrorModelTest Tests the CompilerErrorModel.
CompilerOptions Represents the compiler warnings
DefaultCompilerModel Default implementation of the CompilerModel interface.
DummyCompilerListener An interface for responding to events generated by the CompilerModel.
JavacCompiler An abstract parent for all javac-based compiler interfaces.
NoCompilerAvailable A CompilerInterface implementation for signifying that no compiler is available.
 

Package edu.rice.cs.drjava.model.compiler Description

Contains adaptor code for invoking various Java compilers.