Class Match.FinalMatch<E>
java.lang.Object
edu.washington.cs.knowitall.regex.Match<E>
edu.washington.cs.knowitall.regex.Match.FinalMatch<E>
- Type Parameters:
E
-
A match representation that has efficient method calls but is immutable.
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.washington.cs.knowitall.regex.Match
Match.FinalMatch<E>, Match.Group<E>, Match.IntermediateMatch<E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startIndex
private final int startIndex -
tokens
-
groups
-
-
Constructor Details
-
FinalMatch
-
-
Method Details
-
startIndex
public int startIndex()- Specified by:
startIndex
in classMatch<E>
- Returns:
- the index of the first token matched (inclusive start).
-
endIndex
public int endIndex() -
tokens
-
groups
-