Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.regexp.RE

Uses of RE in org.apache.regexp
 

Fields in org.apache.regexp declared as RE
private  RE RETestCase.regexp
           
(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