Google

Jakarta-Regexp 1.2 API: Uses of Class org.apache.regexp.RE

Uses of Class
org.apache.regexp.RE

Uses of RE in org.apache.regexp
 

Fields in org.apache.regexp declared as RE
(package private)  RE RETest.r
           
(package private)  RE REDemo.r
          Matcher and compiler objects
 

Methods in org.apache.regexp that return RE
static RE REUtil.createRE(java.lang.String expression, int matchFlags)
          Creates a regular expression, permitting simple or complex syntax
static RE REUtil.createRE(java.lang.String expression)
          Creates a regular expression, permitting simple or complex syntax
 

Methods in org.apache.regexp with parameters of type RE
(package private)  void RETest.showParens(RE r)
          Dump parenthesized subexpressions found by a regular expression matcher object
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.