Package com._1c.g5.v8.dt.common
Class FuzzyPattern.Match.Range
java.lang.Object
com._1c.g5.v8.dt.common.FuzzyPattern.Match.Range
- Enclosing class:
- FuzzyPattern.Match
Represents the matched range.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range(int start, int length) Instantiates a new range.- Parameters:
start
- range start offset.length
- range length.
-
-
Method Details
-
getStart
public int getStart()- Returns:
- range start offset.
-
getLength
public int getLength()- Returns:
- range length.
-