org.mozilla.javascript.regexp
public class RegExpImpl extends Object implements RegExpProxy
| Method Summary | |
|---|---|
| Object | action(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType) |
| Object | compileRegExp(Context cx, String source, String flags) |
| int | find_split(Context cx, Scriptable scope, String target, String separator, Scriptable reObj, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp) |
| boolean | isRegExp(Scriptable obj) |
| Scriptable | wrapRegExp(Context cx, Scriptable scope, Object compiled) |