|
||||||||||
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
RegExpFactory
is an abstract class for creating
objects that fit the RegExp
interface.
Constructor Summary | |
RegExpFactory()
|
Method Summary | |
abstract RegExp |
createRegExp(java.lang.String regExpString)
This specifies a method signature that 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 RegExpFactory()
Method Detail |
public abstract RegExp createRegExp(java.lang.String regExpString) throws InitializationException
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 |