org.mozilla.javascript.regexp

Class RegExpImpl

public class RegExpImpl extends Object implements RegExpProxy

Method Summary
Objectaction(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType)
ObjectcompileRegExp(Context cx, String source, String flags)
intfind_split(Context cx, Scriptable scope, String target, String separator, Scriptable reObj, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp)
booleanisRegExp(Scriptable obj)
ScriptablewrapRegExp(Context cx, Scriptable scope, Object compiled)

Method Detail

action

public Object action(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType)

compileRegExp

public Object compileRegExp(Context cx, String source, String flags)

find_split

public int find_split(Context cx, Scriptable scope, String target, String separator, Scriptable reObj, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp)

isRegExp

public boolean isRegExp(Scriptable obj)

wrapRegExp

public Scriptable wrapRegExp(Context cx, Scriptable scope, Object compiled)