public abstract class RegExpFactory extends Object
Constructor and Description |
---|
RegExpFactory() |
Modifier and Type | Method and Description |
---|---|
abstract RegExp |
compile(String exp) |
static RegExpFactory |
createFactory() |
public abstract RegExp compile(String exp) throws ParseException
ParseException
public static RegExpFactory createFactory()
Copyright © 2016 Oracle Corporation. All rights reserved.