|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pattern | |
|---|---|
| jregex | |
| jregex.util.io | |
| Uses of Pattern in jregex |
|---|
| Subclasses of Pattern in jregex | |
|---|---|
class |
WildcardPattern
A Pattern subclass that accepts a simplified pattern syntax: ? |
| Methods in jregex that return Pattern | |
|---|---|
Pattern |
MatchResult.pattern()
|
Pattern |
Matcher.pattern()
|
| Constructors in jregex with parameters of type Pattern | |
|---|---|
Replacer(Pattern pattern,
java.lang.String substitution)
|
|
Replacer(Pattern pattern,
java.lang.String substitution,
boolean isPerlExpr)
|
|
Replacer(Pattern pattern,
Substitution substitution)
|
|
RETokenizer(Pattern pattern,
char[] chars,
int off,
int len)
|
|
RETokenizer(Pattern pattern,
java.io.Reader r,
int len)
|
|
RETokenizer(Pattern pattern,
java.lang.String text)
|
|
| Uses of Pattern in jregex.util.io |
|---|
| Subclasses of Pattern in jregex.util.io | |
|---|---|
class |
PathPattern
A special-purpose subclass of the Pattern class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||