Package com.pnfsoftware.jeb.util.base
Class StarMatcher.Result
java.lang.Object
com.pnfsoftware.jeb.util.base.StarMatcher.Result
- Enclosing class:
- StarMatcher
String match result provided by the
find
method.-
Field Summary
FieldsModifier and TypeFieldDescriptionint
relative to the full bufferint
relative to the full buffer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
charStartIndex
public int charStartIndexrelative to the full buffer -
charEndIndex
public int charEndIndexrelative to the full buffer
-
-
Constructor Details
-
Result
public Result(int charStartIndex, int charEndIndex)
-
-
Method Details