|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DJError | |
---|---|
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. |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
Uses of DJError in edu.rice.cs.drjava.model |
---|
Methods in edu.rice.cs.drjava.model with parameters of type DJError | |
---|---|
int |
DJError.compareTo(DJError other)
Compares by file, then by line, then by column. |
Uses of DJError in edu.rice.cs.drjava.model.compiler |
---|
Subclasses of DJError in edu.rice.cs.drjava.model.compiler | |
---|---|
class |
CompilerError
A class to represent source errors and warnings generated by the compiler. |
Methods in edu.rice.cs.drjava.model.compiler that return DJError | |
---|---|
DJError |
CompilerErrorModel.getError(int idx)
Accessor for errors maintained here. |
DJError |
CompilerErrorModel.getErrorAtOffset(OpenDefinitionsDocument odd,
int offset)
This method finds and returns the error that is at the given offset |
Methods in edu.rice.cs.drjava.model.compiler that return types with arguments of type DJError | |
---|---|
List<? extends DJError> |
NoCompilerAvailable.compile(List<? extends File> files,
List<? extends File> classPath,
List<? extends File> sourcePath,
File destination,
List<? extends File> bootClassPath,
String sourceVersion,
boolean showWarnings)
|
abstract List<? extends DJError> |
JavacCompiler.compile(List<? extends File> files,
List<? extends File> classPath,
List<? extends File> sourcePath,
File destination,
List<? extends File> bootClassPath,
String sourceVersion,
boolean showWarnings)
|
List<? extends DJError> |
CompilerInterface.compile(List<? extends File> files,
List<? extends File> classPath,
List<? extends File> sourcePath,
File destination,
List<? extends File> bootClassPath,
String sourceVersion,
boolean showWarnings)
Compile the given files. |
Methods in edu.rice.cs.drjava.model.compiler with parameters of type DJError | |
---|---|
Position |
CompilerErrorModel.getPosition(DJError error)
Returns the position of the given error in the document representing its file. |
Constructors in edu.rice.cs.drjava.model.compiler with parameters of type DJError | |
---|---|
CompilerErrorModel(DJError[] errors,
GlobalModel model)
Constructs a new CompilerErrorModel with specified global model. |
Uses of DJError in edu.rice.cs.drjava.model.junit |
---|
Subclasses of DJError in edu.rice.cs.drjava.model.junit | |
---|---|
class |
JUnitError
A class to represent JUnit errors. |
Uses of DJError in edu.rice.cs.drjava.ui |
---|
Fields in edu.rice.cs.drjava.ui with type parameters of type DJError | |
---|---|
protected HashMap<Position,DJError> |
ErrorPanel.ErrorListPane._errorTable
Table mapping Positions in the error list to CompilerErrors. |
Methods in edu.rice.cs.drjava.ui that return DJError | |
---|---|
protected DJError |
ErrorPanel.ErrorListPane._errorAtPoint(Point p)
Returns DJError associated with the given visual coordinates. |
Methods in edu.rice.cs.drjava.ui with parameters of type DJError | |
---|---|
protected void |
ErrorPanel.ErrorListPane._insertErrorText(DJError error,
SwingDocument doc)
Prints a message for the given error |
void |
JUnitPanel.JUnitErrorListPane.selectItem(DJError error)
Overrides selectItem in ErrorListPane to update the current _error selected and enabling the _showStackTraceButton. |
void |
ErrorPanel.ErrorListPane.selectItem(DJError error)
Selects the given error inside the error list pane. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |