|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use REProgram | |
| com.jcorporate.expresso.ext.regexp | Deprecated Regular Expression Package. |
| Uses of REProgram in com.jcorporate.expresso.ext.regexp |
| Methods in com.jcorporate.expresso.ext.regexp that return REProgram | |
REProgram |
RECompiler.compile(String pattern)
Deprecated. Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'. |
REProgram |
RE.getProgram()
Deprecated. Returns the current regular expression program in use by this matcher object. |
| Methods in com.jcorporate.expresso.ext.regexp with parameters of type REProgram | |
void |
RE.setProgram(REProgram program)
Deprecated. Sets the current regular expression program used by this matcher object. |
| Constructors in com.jcorporate.expresso.ext.regexp with parameters of type REProgram | |
RE(REProgram program)
Deprecated. Construct a matcher for a pre-compiled regular expression from program (bytecode) data. |
|
RE(REProgram program,
int matchFlags)
Deprecated. Construct a matcher for a pre-compiled regular expression from program (bytecode) data. |
|
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||