|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.drjava.model.compiler.CompilerErrorModel.StartAndEndIndex
private static class CompilerErrorModel.StartAndEndIndex
This class is used only to track where the errors with positions for a file begin and end. The beginning index is inclusive, the ending index is exclusive.
| Field Summary | |
|---|---|
private int |
endPos
|
private int |
startPos
|
| Constructor Summary | |
|---|---|
CompilerErrorModel.StartAndEndIndex(int startPos,
int endPos)
|
|
| Method Summary | |
|---|---|
int |
getEndPos()
|
int |
getStartPos()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int startPos
private int endPos
| Constructor Detail |
|---|
public CompilerErrorModel.StartAndEndIndex(int startPos,
int endPos)
| Method Detail |
|---|
public int getStartPos()
public int getEndPos()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||