Uses of Class
org.htmlunit.corejs.javascript.regexp.RegExpImpl
-
Packages that use RegExpImpl Package Description org.htmlunit.corejs.javascript.regexp -
-
Uses of RegExpImpl in org.htmlunit.corejs.javascript.regexp
Methods in org.htmlunit.corejs.javascript.regexp that return RegExpImpl Modifier and Type Method Description private static RegExpImplNativeRegExp. getImpl(Context cx)private static RegExpImplNativeRegExpCtor. getImpl()Methods in org.htmlunit.corejs.javascript.regexp with parameters of type RegExpImpl Modifier and Type Method Description private static voidRegExpImpl. do_replace(GlobData rdata, Context cx, RegExpImpl regExpImpl)Analog of do_replace in jsstr.c(package private) java.lang.ObjectNativeRegExp. executeRegExp(Context cx, Scriptable scope, RegExpImpl res, java.lang.String str, int[] indexp, int matchType)private static SubStringRegExpImpl. interpretDollar(Context cx, RegExpImpl res, java.lang.String da, int dp, int[] skip)private static voidRegExpImpl. match_glob(GlobData mdata, Context cx, Scriptable scope, int count, RegExpImpl reImpl)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.private static voidRegExpImpl. replace_glob(GlobData rdata, Context cx, Scriptable scope, RegExpImpl reImpl, int leftIndex, int leftlen)
-