Uses of Class
org.htmlunit.corejs.javascript.regexp.RegExpImpl
Packages that use RegExpImpl
-
Uses of RegExpImpl in org.htmlunit.corejs.javascript.regexp
Methods in org.htmlunit.corejs.javascript.regexp that return RegExpImplModifier and TypeMethodDescriptionprivate static RegExpImpl
private static RegExpImpl
NativeRegExpCtor.getImpl()
Methods in org.htmlunit.corejs.javascript.regexp with parameters of type RegExpImplModifier and TypeMethodDescriptionprivate static void
RegExpImpl.do_replace
(GlobData rdata, Context cx, RegExpImpl regExpImpl) Analog of do_replace in jsstr.c(package private) Object
NativeRegExp.executeRegExp
(Context cx, Scriptable scope, RegExpImpl res, String str, int[] indexp, int matchType) private static SubString
RegExpImpl.interpretDollar
(Context cx, RegExpImpl res, String da, int dp, int[] skip) private static void
RegExpImpl.match_glob
(GlobData mdata, Context cx, Scriptable scope, int count, RegExpImpl reImpl) private static Object
RegExpImpl.matchOrReplace
(Context cx, Scriptable scope, Scriptable thisObj, 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)