public final class MatchResultNE extends Object implements MatchResult
| Constructor and Description |
|---|
MatchResultNE(MatchResult _m)
Constructs a MatchResultNE.
|
| Modifier and Type | Method and Description |
|---|---|
int |
end() |
int |
end(int g)
Throws UnsupportedOperationException.
|
String |
group() |
String |
group(int g) |
int |
groupCount() |
int |
start() |
int |
start(int g)
Throws UnsupportedOperationException.
|
public MatchResultNE(MatchResult _m)
public int end()
end in interface MatchResultpublic int end(int g)
end in interface MatchResultpublic String group()
group in interface MatchResultpublic String group(int g)
group in interface MatchResultpublic int groupCount()
groupCount in interface MatchResultpublic int start()
start in interface MatchResultpublic int start(int g)
start in interface MatchResult