|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerModel | |
---|---|
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.junit | Contains the code for integration of the JUnit testing facility. |
Uses of CompilerModel in edu.rice.cs.drjava.model |
---|
Methods in edu.rice.cs.drjava.model that return CompilerModel | |
---|---|
CompilerModel |
GlobalModel.getCompilerModel()
Gets the CompilerModel, which provides all methods relating to compilers. |
CompilerModel |
DummyGlobalModel.getCompilerModel()
|
CompilerModel |
DefaultGlobalModel.getCompilerModel()
Gets the CompilerModel, which provides all methods relating to compilers. |
CompilerModel |
AbstractGlobalModel.getCompilerModel()
|
Uses of CompilerModel in edu.rice.cs.drjava.model.compiler |
---|
Classes in edu.rice.cs.drjava.model.compiler that implement CompilerModel | |
---|---|
class |
DefaultCompilerModel
Default implementation of the CompilerModel interface. |
Uses of CompilerModel in edu.rice.cs.drjava.model.junit |
---|
Constructors in edu.rice.cs.drjava.model.junit with parameters of type CompilerModel | |
---|---|
DefaultJUnitModel(MainJVM jvm,
CompilerModel compilerModel,
GlobalModel model)
Main constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |