Package com._1c.g5.v8.dt.common
Class FuzzyPattern.Match
- java.lang.Object
-
- com._1c.g5.v8.dt.common.FuzzyPattern.Match
-
- Enclosing class:
- FuzzyPattern
public static class FuzzyPattern.Match extends Object
Represent the fuzzy match result.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FuzzyPattern.Match.Range
Represents the matched range.
-
Field Summary
Fields Modifier and Type Field Description static FuzzyPattern.Match
NONE
Indicates no match.
-
-
-
Field Detail
-
NONE
public static final FuzzyPattern.Match NONE
Indicates no match.
-
-
Method Detail
-
getRanges
public List<FuzzyPattern.Match.Range> getRanges()
- Returns:
- matched ranges.
-
-