|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilerErrorModel | |
|---|---|
| edu.rice.cs.drjava.model.compiler | Contains adaptor code for invoking various Java compilers. |
| 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. |
| Uses of CompilerErrorModel in edu.rice.cs.drjava.model.compiler |
|---|
| Fields in edu.rice.cs.drjava.model.compiler declared as CompilerErrorModel | |
|---|---|
private CompilerErrorModel |
DefaultCompilerModel._compilerErrorModel
The error model containing all current compiler errors. |
private CompilerErrorModel |
CompilerErrorModelTest.model
|
| Methods in edu.rice.cs.drjava.model.compiler that return CompilerErrorModel | |
|---|---|
CompilerErrorModel |
DefaultCompilerModel.getCompilerErrorModel()
Gets the CompilerErrorModel representing the last compile. |
CompilerErrorModel |
CompilerModel.getCompilerErrorModel()
Gets the CompilerErrorModel representing the last compile. |
| Uses of CompilerErrorModel in edu.rice.cs.drjava.model.javadoc |
|---|
| Fields in edu.rice.cs.drjava.model.javadoc declared as CompilerErrorModel | |
|---|---|
private CompilerErrorModel |
DefaultJavadocModel._javadocErrorModel
The error model containing all current Javadoc errors. |
private CompilerErrorModel |
NoJavadocAvailable._javadocErrorModel
|
| Methods in edu.rice.cs.drjava.model.javadoc that return CompilerErrorModel | |
|---|---|
CompilerErrorModel |
DefaultJavadocModel.getJavadocErrorModel()
Accessor for the Javadoc error model. |
CompilerErrorModel |
JavadocModel.getJavadocErrorModel()
Accessor for the Javadoc error model. |
CompilerErrorModel |
NoJavadocAvailable.getJavadocErrorModel()
Accessor for the Javadoc error model. |
| Uses of CompilerErrorModel in edu.rice.cs.drjava.model.junit |
|---|
| Subclasses of CompilerErrorModel in edu.rice.cs.drjava.model.junit | |
|---|---|
class |
JUnitErrorModel
Contains the JUnitErrors for a particular file after a test has ended. |
| Uses of CompilerErrorModel in edu.rice.cs.drjava.ui |
|---|
| Methods in edu.rice.cs.drjava.ui that return CompilerErrorModel | |
|---|---|
protected CompilerErrorModel |
JavadocErrorPanel.getErrorModel()
|
protected abstract CompilerErrorModel |
ErrorPanel.getErrorModel()
This function returns the correct error model |
CompilerErrorModel |
CompilerErrorPanel.getErrorModel()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||