Uses of Class
org.mozilla.javascript.Ref
Packages that use Ref
-
Uses of Ref in org.mozilla.javascript
Methods in org.mozilla.javascript that return RefModifier and TypeMethodDescriptionstatic Ref
ScriptRuntime.callRef
(Callable function, Scriptable thisObj, Object[] args, Context cx) Perform function call in reference context.static Ref
static Ref
static Ref
ScriptRuntime.nameRef
(Object namespace, Object name, Context cx, Scriptable scope, int memberTypeFlags) static Ref
ScriptRuntime.nameRef
(Object name, Context cx, Scriptable scope, int memberTypeFlags) RefCallable.refCall
(Context cx, Scriptable thisObj, Object[] args) Perform function call in reference context.static Ref
ScriptRuntime.specialRef
(Object obj, String specialProperty, Context cx) Deprecated.static Ref
ScriptRuntime.specialRef
(Object obj, String specialProperty, Context cx, Scriptable scope) Methods in org.mozilla.javascript with parameters of type RefModifier and TypeMethodDescriptionstatic Object
static Object
static Object
ScriptRuntime.refIncrDecr
(Ref ref, Context cx, int incrDecrMask) Deprecated.static Object
ScriptRuntime.refIncrDecr
(Ref ref, Context cx, Scriptable scope, int incrDecrMask) static Object
Deprecated.static Object
ScriptRuntime.refSet
(Ref ref, Object value, Context cx, Scriptable scope) -
Uses of Ref in org.mozilla.javascript.xml
Methods in org.mozilla.javascript.xml that return RefModifier and TypeMethodDescriptionabstract Ref
Generic reference to implement x.abstract Ref
Generic reference to implement x::ns, x.abstract Ref
XMLLib.nameRef
(Context cx, Object namespace, Object name, Scriptable scope, int memberTypeFlags) abstract Ref
XMLLib.nameRef
(Context cx, Object name, Scriptable scope, int memberTypeFlags)
ScriptRuntime.specialRef(Object, String, Context, Scriptable)
instead