Package org.mozilla.javascript.regexp
Class RegExpImpl
- java.lang.Object
- 
- org.mozilla.javascript.regexp.RegExpImpl
 
- 
- All Implemented Interfaces:
- RegExpProxy
 
 public class RegExpImpl extends java.lang.Object implements RegExpProxy 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringinputprotected SubStringlastMatchprotected SubStringlastParenprotected SubStringleftContextprotected booleanmultilineprotected SubString[]parensprotected SubStringrightContext- 
Fields inherited from interface org.mozilla.javascript.RegExpProxyRA_MATCH, RA_REPLACE, RA_REPLACE_ALL, RA_SEARCH
 
- 
 - 
Constructor SummaryConstructors Constructor Description RegExpImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectaction(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args, int actionType)java.lang.ObjectcompileRegExp(Context cx, java.lang.String source, java.lang.String flags)intfind_split(Context cx, Scriptable scope, java.lang.String target, java.lang.String separator, Scriptable reObj, int[] ip, int[] matchlen, boolean[] matched, java.lang.String[][] parensp)booleanisRegExp(Scriptable obj)java.lang.Objectjs_split(Context cx, Scriptable scope, java.lang.String target, java.lang.Object[] args)ScriptablewrapRegExp(Context cx, Scriptable scope, java.lang.Object compiled)
 
- 
- 
- 
Method Detail- 
isRegExppublic boolean isRegExp(Scriptable obj) - Specified by:
- isRegExpin interface- RegExpProxy
 
 - 
compileRegExppublic java.lang.Object compileRegExp(Context cx, java.lang.String source, java.lang.String flags) - Specified by:
- compileRegExpin interface- RegExpProxy
 
 - 
wrapRegExppublic Scriptable wrapRegExp(Context cx, Scriptable scope, java.lang.Object compiled) - Specified by:
- wrapRegExpin interface- RegExpProxy
 
 - 
actionpublic java.lang.Object action(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args, int actionType) - Specified by:
- actionin interface- RegExpProxy
 
 - 
find_splitpublic int find_split(Context cx, Scriptable scope, java.lang.String target, java.lang.String separator, Scriptable reObj, int[] ip, int[] matchlen, boolean[] matched, java.lang.String[][] parensp) - Specified by:
- find_splitin interface- RegExpProxy
 
 - 
js_splitpublic java.lang.Object js_split(Context cx, Scriptable scope, java.lang.String target, java.lang.Object[] args) - Specified by:
- js_splitin interface- RegExpProxy
 
 
- 
 
-