Class NativeRegExpInstantiator
- java.lang.Object
-
- org.htmlunit.corejs.javascript.regexp.NativeRegExpInstantiator
-
public class NativeRegExpInstantiator extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateNativeRegExpInstantiator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static NativeRegExpwithLanguageVersion(int languageVersion)(package private) static NativeRegExpwithLanguageVersionScopeCompiled(int languageVersion, Scriptable scope, RECompiled compiled)
-
-
-
Method Detail
-
withLanguageVersion
static NativeRegExp withLanguageVersion(int languageVersion)
-
withLanguageVersionScopeCompiled
static NativeRegExp withLanguageVersionScopeCompiled(int languageVersion, Scriptable scope, RECompiled compiled)
-
-