public abstract class RegExpFactory extends Object
RegExpFactory()
abstract RegExp
compile(String exp)
static RegExpFactory
createFactory()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RegExpFactory()
public abstract RegExp compile(String exp) throws ParseException
ParseException
public static RegExpFactory createFactory()
MSV