Uses of Interface
org.mozilla.javascript.RegExpProxy
-
Packages that use RegExpProxy Package Description org.mozilla.javascript org.mozilla.javascript.regexp -
-
Uses of RegExpProxy in org.mozilla.javascript
Methods in org.mozilla.javascript that return RegExpProxy Modifier and Type Method Description static RegExpProxyScriptRuntime. checkRegExpProxy(Context cx)static RegExpProxyScriptRuntime. getRegExpProxy(Context cx)Methods in org.mozilla.javascript with parameters of type RegExpProxy Modifier and Type Method Description static voidScriptRuntime. setRegExpProxy(Context cx, RegExpProxy proxy) -
Uses of RegExpProxy in org.mozilla.javascript.regexp
Classes in org.mozilla.javascript.regexp that implement RegExpProxy Modifier and Type Class Description classRegExpImpl
-