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