Frames | No Frames |
Constructors with parameter type org.apache.regexp.REProgram | |
Construct a matcher for a pre-compiled regular expression from program
(bytecode) data. | |
Construct a matcher for a pre-compiled regular expression from program
(bytecode) data. |
Fields of type org.apache.regexp.REProgram | |
REProgram |
Methods with parameter type org.apache.regexp.REProgram | |
void | Sets the current regular expression program used by this matcher object. |
Methods with return type org.apache.regexp.REProgram | |
REProgram | RECompiler.compile(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. |