|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ranides.assira.text.ExtMatcher
public class ExtMatcher
| Constructor Summary | |
|---|---|
ExtMatcher(Matcher matcher)
|
|
| Method Summary | |
|---|---|
int |
end()
|
int |
end(int group)
|
boolean |
find()
|
boolean |
find(int start)
|
String |
group()
|
String |
group(int... values)
ExtMatcher: Returns the input subsequence from first successfully captured group from the given list. |
String |
group(int index)
ExtMatcher: Returns the input subsequence captured by the given group during the previous match operation. |
String |
group(int a,
int b)
ExtMatcher: Returns the input subsequence from first successfully captured group from the given list. |
String |
group(int a,
int b,
int c)
ExtMatcher: Returns the input subsequence from first successfully captured group from the given list. |
int |
groupCount()
|
Matcher |
matcher()
|
boolean |
matches()
|
static Matcher |
matches(Pattern pattern,
String value)
|
Pattern |
pattern()
|
Matcher |
reset()
|
Matcher |
reset(CharSequence input)
|
int |
start()
|
int |
start(int group)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtMatcher(Matcher matcher)
| Method Detail |
|---|
public Matcher matcher()
public int start()
start in interface MatchResultpublic int start(int group)
start in interface MatchResultpublic int end()
end in interface MatchResultpublic int end(int group)
end in interface MatchResultpublic String group()
group in interface MatchResultpublic String group(int... values)
index -
public String group(int index)
group in interface MatchResultindex -
public String group(int a,
int b)
index -
public String group(int a,
int b,
int c)
index -
public int groupCount()
groupCount in interface MatchResultpublic Pattern pattern()
public Matcher reset()
public Matcher reset(CharSequence input)
public boolean matches()
public boolean find()
public boolean find(int start)
public static Matcher matches(Pattern pattern,
String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||