Uses of Class
org.mozilla.javascript.regexp.RegExpImpl
-
Packages that use RegExpImpl Package Description org.mozilla.javascript.regexp -
-
Uses of RegExpImpl in org.mozilla.javascript.regexp
Methods in org.mozilla.javascript.regexp that return RegExpImpl Modifier and Type Method Description private static RegExpImpl
NativeRegExp. getImpl(Context cx)
private static RegExpImpl
NativeRegExpCtor. getImpl()
Methods in org.mozilla.javascript.regexp with parameters of type RegExpImpl Modifier and Type Method Description private static void
RegExpImpl. do_replace(GlobData rdata, Context cx, RegExpImpl regExpImpl)
Analog of do_replace in jsstr.c(package private) java.lang.Object
NativeRegExp. executeRegExp(Context cx, Scriptable scope, RegExpImpl res, java.lang.String str, int[] indexp, int matchType)
private static SubString
RegExpImpl. interpretDollar(Context cx, RegExpImpl res, java.lang.String da, int dp, int[] skip)
private static void
RegExpImpl. match_glob(GlobData mdata, Context cx, Scriptable scope, int count, RegExpImpl reImpl)
private static java.lang.Object
RegExpImpl. matchOrReplace(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args, RegExpImpl reImpl, GlobData data, NativeRegExp re)
Analog of C match_or_replace.private static void
RegExpImpl. replace_glob(GlobData rdata, Context cx, Scriptable scope, RegExpImpl reImpl, int leftIndex, int leftlen)
-