|
Unnamed - jakarta-regexp:jakarta-regexp:jar:1.5-redhat-1 1.5-redhat-1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of REProgram in org.apache.regexp |
---|
Methods in org.apache.regexp that return 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. |
Methods in org.apache.regexp with parameters of type REProgram | |
---|---|
void |
RE.setProgram(REProgram program)
Sets the current regular expression program used by this matcher object. |
Constructors in org.apache.regexp with parameters of type REProgram | |
---|---|
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. |
|
Unnamed - jakarta-regexp:jakarta-regexp:jar:1.5-redhat-1 1.5-redhat-1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |