All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.Regexp

java.lang.Object
   |
   +----websphinx.Pattern
           |
           +----websphinx.Regexp

public class Regexp
extends Pattern

Constructor Index

 o Regexp(String)

Method Index

 o equals(Object)
 o escape(String)
 o getFieldNames()
 o main(String[])
 o match(Region)
 o toString()
Return a string representation of the pattern.

Constructors

 o Regexp
 public Regexp(String pattern)

Methods

 o equals
 public boolean equals(Object object)
Overrides:
equals in class Object
 o getFieldNames
 public String[] getFieldNames()
Overrides:
getFieldNames in class Pattern
 o toString
 public String toString()
Return a string representation of the pattern.

Overrides:
toString in class Pattern
 o match
 public PatternMatcher match(Region region)
Overrides:
match in class Pattern
 o escape
 public static String escape(String s)
 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index