All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.Pattern

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

public abstract class Pattern
extends Object
implements Serializable
Base class for pattern matchers.


Variable Index

 o groups

Constructor Index

 o Pattern()

Method Index

 o allMatches(Region)
 o allMatches(String)
 o found(Region)
 o found(String)
 o getFieldNames()
 o match(Region)
 o oneMatch(Region)
 o oneMatch(String)
 o toString()
Return a string representation of the pattern.

Variables

 o groups
 public static final String groups

Constructors

 o Pattern
 public Pattern()

Methods

 o match
 public abstract PatternMatcher match(Region region)
 o found
 public boolean found(Region region)
 o oneMatch
 public Region oneMatch(Region region)
 o allMatches
 public Region[] allMatches(Region region)
 o found
 public boolean found(String string)
 o oneMatch
 public Region oneMatch(String string)
 o allMatches
 public Region[] allMatches(String string)
 o getFieldNames
 public String[] getFieldNames()
 o toString
 public abstract String toString()
Return a string representation of the pattern.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index