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

Constructor Index

 o PatternMatcher()

Method Index

 o findNext()
 o hasMoreElements()
 o nextElement()
 o nextMatch()

Constructors

 o PatternMatcher
 public PatternMatcher()

Methods

 o hasMoreElements
 public boolean hasMoreElements()
 o nextElement
 public Object nextElement()
 o nextMatch
 public Region nextMatch()
 o findNext
 protected abstract Region findNext()

All Packages  Class Hierarchy  This Package  Previous  Next  Index