org.mozilla.javascript.regexp
public class NativeRegExp extends IdScriptableObject implements Function
Field Summary | |
---|---|
static int | JSREG_FOLD |
static int | JSREG_GLOB |
static int | JSREG_MULTILINE |
static int | MATCH |
static int | PREFIX |
static int | TEST |
Method Summary | |
---|---|
Object | call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
Scriptable | construct(Context cx, Scriptable scope, Object[] args) |
Object | execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
protected int | findInstanceIdInfo(String s) |
protected int | findPrototypeId(String s) |
String | getClassName() |
protected String | getInstanceIdName(int id) |
protected Object | getInstanceIdValue(int id) |
protected int | getMaxInstanceId() |
static void | init(Context cx, Scriptable scope, boolean sealed) |
protected void | initPrototypeId(int id) |
protected void | setInstanceIdValue(int id, Object value) |
String | toString() |