|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--kmy.regex.util.RegexFactory | +--kmy.regex.interp.InterpRegexFactory
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 |
|
Constructor Detail |
public InterpRegexFactory()
Method Detail |
protected Regex createRegex(char[] arr, int off, int len, boolean lowerCase, boolean filePattern)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |