Uses of Class org.apache.regexp.REProgram

Uses in package org.apache.regexp

Constructors with parameter type org.apache.regexp.REProgram

RE.RE(REProgram program)
Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE.RE(REProgram program, int matchFlags)
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
Returns the current regular expression program in use by this matcher object.

Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.