|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radeox.filter.regex.MatchResult
public class MatchResult
Constructor Summary | |
---|---|
MatchResult(java.util.regex.Matcher matcher)
|
Method Summary | |
---|---|
int |
beginOffset(int i)
|
int |
endOffset(int i)
|
java.lang.String |
group(int i)
|
int |
groups()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchResult(java.util.regex.Matcher matcher)
Method Detail |
---|
public int groups()
public java.lang.String group(int i)
public int beginOffset(int i)
public int endOffset(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |