Uses of Class
org.mozilla.javascript.Ref
Packages that use Ref
Package
Description
-
Uses of Ref in org.mozilla.javascript
Subclasses of Ref in org.mozilla.javascriptMethods 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.(package private) static Ref
SpecialRef.createSpecial
(Context cx, Scriptable scope, Object object, String name) 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.@y, x..y etc.abstract Ref
Generic reference to implement x::ns, x.@ns::y, x..@ns::y etc.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) -
Uses of Ref in org.mozilla.javascript.xmlimpl
Subclasses of Ref in org.mozilla.javascript.xmlimplMethods in org.mozilla.javascript.xmlimpl that return RefModifier and TypeMethodDescriptionGeneric reference to implement x::ns, x.@ns::y, x..@ns::y etc.XMLLibImpl.nameRef
(Context cx, Object namespace, Object name, Scriptable scope, int memberTypeFlags) XMLLibImpl.nameRef
(Context cx, Object name, Scriptable scope, int memberTypeFlags) private Ref
XMLLibImpl.xmlPrimaryReference
(Context cx, XMLName xmlName, Scriptable scope)
ScriptRuntime.specialRef(Object, String, Context, Scriptable)
instead