Modifier and Type | Field and Description |
---|---|
(package private) REProgram |
RE.program |
Modifier and Type | Method and Description |
---|---|
REProgram |
RECompiler.compile(java.lang.String pattern)
Compiles a regular expression pattern into a program runnable by the pattern
matcher class 'RE'.
|
REProgram |
RE.getProgram()
Returns the current regular expression program in use by this matcher object.
|
Modifier and Type | Method and Description |
---|---|
void |
RE.setProgram(REProgram program)
Sets the current regular expression program used by this matcher object.
|
Constructor and Description |
---|
RE(REProgram program)
Construct a matcher for a pre-compiled regular expression from program
(bytecode) data.
|
RE(REProgram program,
int matchFlags)
Construct a matcher for a pre-compiled regular expression from program
(bytecode) data.
|
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.