Uses of Interface
org.josql.functions.regexp.RegExp

Packages that use RegExp
org.josql.functions.regexp   
 

Uses of RegExp in org.josql.functions.regexp
 

Classes in org.josql.functions.regexp that implement RegExp
 class ApacheRegExpWrapper
           
 class GNURegExpWrapper
          The wrapper implementation for the GNU implementation of regular expression matching.
 class OroApacheRegExpWrapper
          The wrapper implementation for the Apache ORO implementation of regular expression matching.
 class StandardJavaRegExpWrapper
          The wrapper implementation for the Java 1.4 regular expression matching (java.util.regex).
 

Methods in org.josql.functions.regexp that return RegExp
 RegExp RegExpFactory.getDefaultInstance(Query q)
           
 RegExp RegExpFactory.getInstance(String type, Query q)
           
 

Methods in org.josql.functions.regexp with parameters of type RegExp
 void RegExpFactory.addInstance(String name, RegExp re, boolean def)
           
 



  Copyright © 2010 Gary Bentley. All Rights Reserved.