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 RegExpImplprivate static RegExpImplNativeRegExpCtor.getImpl()Methods in org.htmlunit.corejs.javascript.regexp with parameters of type RegExpImplModifier and TypeMethodDescriptionprivate static voidRegExpImpl.do_replace(GlobData rdata, Context cx, RegExpImpl regExpImpl) Analog of do_replace in jsstr.c(package private) ObjectNativeRegExp.executeRegExp(Context cx, Scriptable scope, RegExpImpl res, String str, int[] indexp, int matchType) private static SubStringRegExpImpl.interpretDollar(Context cx, RegExpImpl res, String da, int dp, int[] skip) private static voidRegExpImpl.match_glob(GlobData mdata, Context cx, Scriptable scope, int count, RegExpImpl reImpl) private static ObjectRegExpImpl.matchOrReplace(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, RegExpImpl reImpl, GlobData data, NativeRegExp re) Analog of C match_or_replace.private static voidRegExpImpl.replace_glob(GlobData rdata, Context cx, Scriptable scope, RegExpImpl reImpl, int leftIndex, int leftlen)