| org.mozilla.javascript.RegExpProxy
All known Subclasses: org.mozilla.javascript.regexp.RegExpImpl,
RegExpProxy | public interface RegExpProxy (Code) | | A proxy for the regexp package, so that the regexp package can be
loaded optionally.
author: Norris Boyd |
Method Summary | |
public Object | action(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType) | public Object | compileRegExp(Context cx, String source, String flags) | public int | find_split(Context cx, Scriptable scope, String target, String separator, Scriptable re, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp) | public boolean | isRegExp(Scriptable obj) | public Scriptable | wrapRegExp(Context cx, Scriptable scope, Object compiled) |
RA_MATCH | final public static int RA_MATCH(Code) | | |
RA_REPLACE | final public static int RA_REPLACE(Code) | | |
RA_SEARCH | final public static int RA_SEARCH(Code) | | |
|
|