Class MatchPosition
java.lang.Object
org.languagetool.rules.MatchPosition
- Direct Known Subclasses:
RuleMatch.ColumnPosition, RuleMatch.LinePosition, RuleMatch.OffsetPosition
- Since:
- 2.9
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
private final int start -
end
private final int end
-
-
Constructor Details
-
MatchPosition
MatchPosition(int start, int end)
-
-
Method Details
-
getStart
int getStart() -
getEnd
int getEnd() -
toString
-
equals
-
hashCode
-