Uses of Class
javatools.parsers.RegularExpression

Packages that use RegularExpression
javatools.parsers   
 

Uses of RegularExpression in javatools.parsers
 

Methods in javatools.parsers that return RegularExpression
static RegularExpression RegularExpression.compile(java.lang.String regex)
          Returns a RegularExpression for a string
 RegularExpression RegularExpression.inverse()
          Returns the inverse of this Regular Expression (expensive)
static RegularExpression RegularExpression.parseSimple(java.util.StringTokenizer regex)
          Parses a regex from a StringTokenizer