Class FuzzyPattern.Match.Range

java.lang.Object
com._1c.g5.v8.dt.common.FuzzyPattern.Match.Range
Enclosing class:
FuzzyPattern.Match

public static class FuzzyPattern.Match.Range extends Object
Represents the matched range.
  • 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.