public static class MatchReader.MyMatchResult extends Object implements MatchResult
| Modifier and Type | Field and Description |
|---|---|
MatchResult |
inner |
| Constructor and Description |
|---|
MyMatchResult(Matcher m) |
| 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) |
public MatchResult inner
public MyMatchResult(Matcher m)
public 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 MatchResultpublic int start()
start in interface MatchResultpublic int start(int group)
start in interface MatchResultCopyright © 2018. All rights reserved.