Uses of Class
org.mozilla.javascript.regexp.GlobData
Packages that use GlobData
-
Uses of GlobData in org.mozilla.javascript.regexp
Methods in org.mozilla.javascript.regexp with parameters of type GlobDataModifier and TypeMethodDescriptionprivate 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 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)