private int |
Perl5Compiler.__parseAlternation(int[] retFlags) |
|
private int |
Perl5Compiler.__parseAtom(int[] retFlags) |
|
private int |
Perl5Compiler.__parseBranch(int[] retFlags) |
|
private int |
Perl5Compiler.__parseExpression(boolean isParenthesized,
int[] hintFlags) |
|
private int |
Perl5Compiler.__parseUnicodeClass() |
|
Pattern |
PatternCompiler.compile(char[] pattern) |
Compiles a regular expression into a data structure that can be used
by a PatternMatcher implementation to perform pattern matching.
|
Pattern |
PatternCompiler.compile(char[] pattern,
int options) |
Compiles a regular expression into a data structure that can be
used by a PatternMatcher implementation to perform pattern matching.
|
Pattern |
PatternCompiler.compile(java.lang.String pattern) |
Compiles a regular expression into a data structure that can be used
by a PatternMatcher implementation to perform pattern matching.
|
Pattern |
PatternCompiler.compile(java.lang.String pattern,
int options) |
Compiles a regular expression into a data structure that can be
used by a PatternMatcher implementation to perform pattern matching.
|
Pattern |
Perl5Compiler.compile(char[] pattern) |
Same as calling compile(pattern, Perl5Compiler.DEFAULT_MASK);
|
Pattern |
Perl5Compiler.compile(char[] pattern,
int options) |
Compiles a Perl5 regular expression into a Perl5Pattern instance that can
be used by a Perl5Matcher object to perform pattern matching.
|
Pattern |
Perl5Compiler.compile(java.lang.String pattern) |
Same as calling compile(pattern, Perl5Compiler.DEFAULT_MASK);
|
Pattern |
Perl5Compiler.compile(java.lang.String pattern,
int options) |
Compiles a Perl5 regular expression into a Perl5Pattern instance that can
be used by a Perl5Matcher object to perform pattern matching.
|