|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfki.lt.tools.tokenizer.regexp.RegExpFactory
de.dfki.lt.tools.tokenizer.regexp.JavaRegExpFactory
JavaRegExpFactory
extends RegExpFactory
for
regular expressions of the java.util.regex package.
Constructor Summary | |
JavaRegExpFactory()
This creates a new instance of JavaRegExpFactory . |
Method Summary | |
RegExp |
createRegExp(java.lang.String regExpString)
This creates a regular expression object from an input string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaRegExpFactory()
JavaRegExpFactory
.
Method Detail |
public RegExp createRegExp(java.lang.String regExpString) throws InitializationException
createRegExp
in class RegExpFactory
regExpString
- a String
with a regular
expression
RegExp
build from the input string
InitializationException
- if regular expression is not
well formed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |