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 MatchResult
public int end(int g)
end
in interface MatchResult
public String group()
group
in interface MatchResult
public String group(int g)
group
in interface MatchResult
public int groupCount()
groupCount
in interface MatchResult
public int start()
start
in interface MatchResult
public int start(int g)
start
in interface MatchResult