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.
-
groups
-
-
Pattern()
-
-
allMatches(Region)
-
-
allMatches(String)
-
-
found(Region)
-
-
found(String)
-
-
getFieldNames()
-
-
match(Region)
-
-
oneMatch(Region)
-
-
oneMatch(String)
-
-
toString()
- Return a string representation of the pattern.
groups
public static final String groups
Pattern
public Pattern()
match
public abstract PatternMatcher match(Region region)
found
public boolean found(Region region)
oneMatch
public Region oneMatch(Region region)
allMatches
public Region[] allMatches(Region region)
found
public boolean found(String string)
oneMatch
public Region oneMatch(String string)
allMatches
public Region[] allMatches(String string)
getFieldNames
public String[] getFieldNames()
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