Uses of Class
org.htmlunit.corejs.javascript.regexp.GlobData
-
Packages that use GlobData Package Description org.htmlunit.corejs.javascript.regexp -
-
Uses of GlobData in org.htmlunit.corejs.javascript.regexp
Methods in org.htmlunit.corejs.javascript.regexp with parameters of type GlobData Modifier and Type Method Description private static voidRegExpImpl. do_replace(GlobData rdata, Context cx, RegExpImpl regExpImpl)Analog of do_replace in jsstr.cprivate 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)
-