Class StarMatcher.Result

java.lang.Object
com.pnfsoftware.jeb.util.base.StarMatcher.Result
Enclosing class:
StarMatcher

public static class StarMatcher.Result extends Object
String match result provided by the find method.
  • Field Details

    • charStartIndex

      public int charStartIndex
      relative to the full buffer
    • charEndIndex

      public int charEndIndex
      relative to the full buffer
  • Constructor Details

    • Result

      public Result(int charStartIndex, int charEndIndex)
  • Method Details