public interface RegExpProxy
| Modifier and Type | Field and Description | 
|---|---|
| static int | RA_MATCH | 
| static int | RA_REPLACE | 
| static int | RA_SEARCH | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | action(Context cx,
      Scriptable scope,
      Scriptable thisObj,
      java.lang.Object[] args,
      int actionType) | 
| java.lang.Object | compileRegExp(Context cx,
             java.lang.String source,
             java.lang.String flags) | 
| int | find_split(Context cx,
          Scriptable scope,
          java.lang.String target,
          java.lang.String separator,
          Scriptable re,
          int[] ip,
          int[] matchlen,
          boolean[] matched,
          java.lang.String[][] parensp) | 
| boolean | isRegExp(Scriptable obj) | 
| java.lang.Object | js_split(Context _cx,
        Scriptable _scope,
        java.lang.String thisString,
        java.lang.Object[] _args) | 
| Scriptable | wrapRegExp(Context cx,
          Scriptable scope,
          java.lang.Object compiled) | 
static final int RA_MATCH
static final int RA_REPLACE
static final int RA_SEARCH
boolean isRegExp(Scriptable obj)
java.lang.Object compileRegExp(Context cx, java.lang.String source, java.lang.String flags)
Scriptable wrapRegExp(Context cx, Scriptable scope, java.lang.Object compiled)
java.lang.Object action(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args, int actionType)
int find_split(Context cx, Scriptable scope, java.lang.String target, java.lang.String separator, Scriptable re, int[] ip, int[] matchlen, boolean[] matched, java.lang.String[][] parensp)
java.lang.Object js_split(Context _cx, Scriptable _scope, java.lang.String thisString, java.lang.Object[] _args)