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