websphinx
Class PatternMatcher

java.lang.Object
  |
  +--websphinx.PatternMatcher
All Implemented Interfaces:
java.util.Enumeration
Direct Known Subclasses:
RegexpMatcher, TagexpMatcher

public abstract class PatternMatcher
extends java.lang.Object
implements java.util.Enumeration


Field Summary
(package private)  Region match
           
(package private)  boolean yielded
           
 
Constructor Summary
PatternMatcher()
           
 
Method Summary
protected abstract  Region findNext()
           
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 Region nextMatch()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

match

Region match

yielded

boolean yielded
Constructor Detail

PatternMatcher

public PatternMatcher()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

nextMatch

public Region nextMatch()

findNext

protected abstract Region findNext()