All Packages Class Hierarchy This Package Previous Next Index
Class websphinx.PatternMatcher
java.lang.Object
|
+----websphinx.PatternMatcher
- public abstract class PatternMatcher
- extends Object
- implements Enumeration
-
PatternMatcher()
-
-
findNext()
-
-
hasMoreElements()
-
-
nextElement()
-
-
nextMatch()
-
PatternMatcher
public PatternMatcher()
hasMoreElements
public boolean hasMoreElements()
nextElement
public Object nextElement()
nextMatch
public Region nextMatch()
findNext
protected abstract Region findNext()
All Packages Class Hierarchy This Package Previous Next Index