|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.regexp.REUtil
This is a class that contains utility helper methods for this package.
Field Summary | |
private static java.lang.String |
complexPrefix
complex: |
Constructor Summary | |
REUtil()
|
Method Summary | |
static RE |
createRE(java.lang.String expression)
Creates a regular expression, permitting simple or complex syntax |
static RE |
createRE(java.lang.String expression,
int matchFlags)
Creates a regular expression, permitting simple or complex syntax |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String complexPrefix
Constructor Detail |
public REUtil()
Method Detail |
public static RE createRE(java.lang.String expression, int matchFlags) throws RESyntaxException
expression
- The expression, beginning with a prefix if it's complex or
having no prefix if it's simplematchFlags
- Matching style flags
RESyntaxException
- thrown in case of errorpublic static RE createRE(java.lang.String expression) throws RESyntaxException
expression
- The expression, beginning with a prefix if it's complex or
having no prefix if it's simple
RESyntaxException
- thrown in case of error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |