private final class PatternWithGroups.GroupIndexMatchResult extends Object implements MatchResult
| Modifier and Type | Field and Description |
|---|---|
private MatchResult |
result |
| Constructor and Description |
|---|
GroupIndexMatchResult(MatchResult r) |
| Modifier and Type | Method and Description |
|---|---|
int |
end() |
int |
end(int group) |
String |
group() |
String |
group(int group) |
int |
groupCount() |
int |
start() |
int |
start(int group) |
private final MatchResult result
GroupIndexMatchResult(MatchResult r)
public int start()
start in interface MatchResultpublic int start(int group)
start in interface MatchResultpublic int end()
end in interface MatchResultpublic int end(int group)
end in interface MatchResultpublic String group()
group in interface MatchResultpublic String group(int group)
group in interface MatchResultpublic int groupCount()
groupCount in interface MatchResultCopyright © 2014 Sven Strittmatter. All Rights Reserved.