Class Match.IntermediateMatch<E>
java.lang.Object
edu.washington.cs.knowitall.regex.Match<E>
edu.washington.cs.knowitall.regex.Match.IntermediateMatch<E>
- Type Parameters:
E
-
A match representation that is mutable but many method calls compute
values instead of returning stored values. This is a good in-between
while building a match object.
-
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntermediateMatch
protected IntermediateMatch()
-
-
Method Details
-
tokens
-
groups
-
startIndex
public int startIndex()- Specified by:
startIndex
in classMatch<E>
- Returns:
- the index of the first token matched (inclusive start).
-
endIndex
public int endIndex()
-