|
||||||||||
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 |
---|
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 |
---|
Methods in edu.rice.cs.drjava.model.javadoc that return CompilerErrorModel | |
---|---|
CompilerErrorModel |
NoJavadocAvailable.getJavadocErrorModel()
Accessor for the Javadoc error model. |
CompilerErrorModel |
JavadocModel.getJavadocErrorModel()
Accessor for the Javadoc error model. |
CompilerErrorModel |
DefaultJavadocModel.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 |