Uses of Class
com.raelity.text.RegExp

Packages that use RegExp
com.raelity.jvi This is the main package of the jVi editor; it contains the primary editing engine. 
com.raelity.text   
 

Uses of RegExp in com.raelity.jvi
 

Methods in com.raelity.jvi that return RegExp
static RegExp Search.getLastRegExp()
           
 

Uses of RegExp in com.raelity.text
 

Subclasses of RegExp in com.raelity.text
 class RegExpJava
           
 

Methods in com.raelity.text that return RegExp
static RegExp RegExpFactory.create()
          Create a new instance of a regular expresion handler.
static RegExp RegExpFactory.create(String pattern)
          Create a new instance of a regular expresion handler and compile pattern for the regular expression.
static RegExp RegExpFactory.createReport(String pattern)
          Create a new instance of a regular expression handler and compile the pattern.
 

Methods in com.raelity.text with parameters of type RegExp
static void RegExpFactory.dumpResult(RegExp result)
          Dump all the information about a match.