Uses of Class
org.mozilla.javascript.regexp.NativeRegExp
-
Packages that use NativeRegExp Package Description org.mozilla.javascript.regexp -
-
Uses of NativeRegExp in org.mozilla.javascript.regexp
Methods in org.mozilla.javascript.regexp that return NativeRegExp Modifier and Type Method Description private static NativeRegExpRegExpImpl. createRegExp(Context cx, Scriptable scope, java.lang.Object[] args, int optarg, boolean forceFlat)private static NativeRegExpNativeRegExp. realThis(Scriptable thisObj, IdFunctionObject f)Methods in org.mozilla.javascript.regexp with parameters of type NativeRegExp Modifier and Type Method Description private static java.lang.ObjectRegExpImpl. matchOrReplace(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args, RegExpImpl reImpl, GlobData data, NativeRegExp re)Analog of C match_or_replace.
-