Package org.mozilla.javascript
Interface RegExpProxy
- All Known Implementing Classes:
RegExpImpl
public interface RegExpProxy
A proxy for the regexp package, so that the regexp package can be loaded optionally.
- Author:
- Norris Boyd
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionaction
(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType) 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) js_split
(Context _cx, Scriptable _scope, String thisString, Object[] _args) void
register
(ScriptableObject scope, boolean sealed) wrapRegExp
(Context cx, Scriptable scope, Object compiled)
-
Field Details
-
RA_MATCH
static final int RA_MATCH- See Also:
-
RA_REPLACE
static final int RA_REPLACE- See Also:
-
RA_REPLACE_ALL
static final int RA_REPLACE_ALL- See Also:
-
RA_SEARCH
static final int RA_SEARCH- See Also:
-
-
Method Details
-
register
-
isRegExp
-
compileRegExp
-
wrapRegExp
-
action
-
find_split
int find_split(Context cx, Scriptable scope, String target, String separator, Scriptable re, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp) -
js_split
-