|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.renderer.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)
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |