| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.regexp.REUtil
This is a class that contains utility helper methods for this package.
| Field Summary | |
| private static java.lang.String | complexPrefixcomplex: | 
| 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 | 
|  | 
| 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 flagsRESyntaxException - thrown in case of error
public 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 simpleRESyntaxException - thrown in case of error| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||