kmy.regex.interp
Class InterpRegexFactory

java.lang.Object
  |
  +--kmy.regex.util.RegexFactory
        |
        +--kmy.regex.interp.InterpRegexFactory

public class InterpRegexFactory
extends RegexFactory


Constructor Summary
InterpRegexFactory()
           
 
Method Summary
protected  Regex createRegex(char[] arr, int off, int len, boolean lowerCase, boolean filePattern)
           
 
Methods inherited from class kmy.regex.util.RegexFactory
createFilePattern, createLowerCaseRegex, createRegex, createRegex
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

InterpRegexFactory

public InterpRegexFactory()
Method Detail

createRegex

protected Regex createRegex(char[] arr,
                            int off,
                            int len,
                            boolean lowerCase,
                            boolean filePattern)
Overrides:
createRegex in class RegexFactory