websphinx
Class RegexpMatcher

java.lang.Object
  |
  +--websphinx.PatternMatcher
        |
        +--websphinx.RegexpMatcher
All Implemented Interfaces:
java.util.Enumeration

class RegexpMatcher
extends PatternMatcher


Field Summary
(package private)  com.oroinc.text.regex.PatternMatcherInput input
           
(package private)  com.oroinc.text.regex.PatternMatcher matcher
           
(package private)  Regexp regexp
           
(package private)  Region source
           
 
Fields inherited from class websphinx.PatternMatcher
match, yielded
 
Constructor Summary
RegexpMatcher(Regexp regexp, Region source)
           
 
Method Summary
protected  Region findNext()
           
 
Methods inherited from class websphinx.PatternMatcher
hasMoreElements, nextElement, nextMatch
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

matcher

com.oroinc.text.regex.PatternMatcher matcher

regexp

Regexp regexp

source

Region source

input

com.oroinc.text.regex.PatternMatcherInput input
Constructor Detail

RegexpMatcher

public RegexpMatcher(Regexp regexp,
                     Region source)
Method Detail

findNext

protected Region findNext()
Overrides:
findNext in class PatternMatcher