|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use REException | |
---|---|
gnu.regexp | |
gnu.regexp.util |
Uses of REException in gnu.regexp |
---|
Constructors in gnu.regexp that throw REException | |
---|---|
RE(Object pattern)
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5). |
|
RE(Object pattern)
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5). |
|
RE(Object pattern,
int cflags)
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5). |
|
RE(Object pattern,
int cflags)
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5). |
|
RE(Object pattern,
int cflags,
RESyntax syntax)
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax. |
|
RE(Object pattern,
int cflags,
RESyntax syntax)
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax. |
Uses of REException in gnu.regexp.util |
---|
Methods in gnu.regexp.util that throw REException | |
---|---|
static void |
Tests.main(String[] argv)
Runs the testsuite. |
static void |
RETest.main(String[] argv)
Invokes the test function with the command line arguments specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |