Match.FinalMatch<E>, Match.Group<E>, Match.IntermediateMatch<E>| Modifier | Constructor and Description |
|---|---|
protected |
Match.IntermediateMatch() |
| Modifier and Type | Method and Description |
|---|---|
int |
endIndex() |
java.util.List<Match.Group<E>> |
groups() |
int |
startIndex() |
java.util.List<E> |
tokens() |
public java.util.List<E> tokens()
public java.util.List<Match.Group<E>> groups()
public int startIndex()
startIndex in class Match<E>