|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stringtree.regex.Matcher
public class Matcher
Field Summary | |
---|---|
protected java.util.regex.Matcher |
real
|
Constructor Summary | |
---|---|
Matcher(java.util.regex.Matcher real)
|
Method Summary | |
---|---|
void |
dumpGroups()
|
int |
end()
|
boolean |
find()
|
java.lang.String |
group()
|
java.lang.String |
group(int group)
|
int |
groupCount()
|
int |
start()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.regex.Matcher real
Constructor Detail |
---|
public Matcher(java.util.regex.Matcher real)
Method Detail |
---|
public java.lang.String group()
public java.lang.String group(int group)
public void dumpGroups()
public boolean find()
public int start()
public int end()
public int groupCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |