public class CheckTextRegionLocation extends java.lang.Object implements java.io.Serializable
ECodeViewOption.ETextViewOption.UNFILTERED_CONTENT
.Modifier and Type | Field and Description |
---|---|
int |
rawEndLine
The line corresponding to
rawEndOffset (one-based, inclusive). |
int |
rawEndOffset
The absolute end position in the (raw) text (zero based, inclusive).
|
int |
rawStartLine
The line corresponding to
rawStartOffset (one-based, inclusive). |
int |
rawStartOffset
The absolute start position of the region in the (raw) text (zero based,
inclusive).
|
java.lang.String |
uniformPath
The uniform path of this location.
|
Constructor and Description |
---|
CheckTextRegionLocation(java.lang.String uniformPath,
int rawStartOffset,
int rawEndOffset,
int rawStartLine,
int rawEndLine)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final java.lang.String uniformPath
public final int rawStartOffset
public final int rawEndOffset
public final int rawStartLine
rawStartOffset
(one-based, inclusive).public final int rawEndLine
rawEndOffset
(one-based, inclusive).public CheckTextRegionLocation(java.lang.String uniformPath, int rawStartOffset, int rawEndOffset, int rawStartLine, int rawEndLine)