org.mozilla.javascript
public interface RegExpProxy
Field Summary | |
---|---|
static int | RA_MATCH |
static int | RA_REPLACE |
static int | RA_SEARCH |
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 re, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp) |
boolean | isRegExp(Scriptable obj) |
Scriptable | wrapRegExp(Context cx, Scriptable scope, Object compiled) |