public final class RegexCompilerInterface extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
compile(String pattern,
String flags,
JSContext context) |
static void |
validate(JSContext context,
String pattern,
String flags,
int ecmaScriptVersion) |
static void |
validateFlags(String flags,
int ecmaScriptVersion,
boolean nashornCompat) |