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
ParseExceptionpublic static RegExpFactory createFactory()
Copyright © 2017 Oracle Corporation. All rights reserved.