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 RefScriptRuntime.callRef(Callable function, Scriptable thisObj, Object[] args, Context cx) Perform function call in reference context.static Refstatic Refstatic RefScriptRuntime.nameRef(Object namespace, Object name, Context cx, Scriptable scope, int memberTypeFlags) static RefScriptRuntime.nameRef(Object name, Context cx, Scriptable scope, int memberTypeFlags) RefCallable.refCall(Context cx, Scriptable thisObj, Object[] args) Perform function call in reference context.static RefScriptRuntime.specialRef(Object obj, String specialProperty, Context cx) Deprecated.static RefScriptRuntime.specialRef(Object obj, String specialProperty, Context cx, Scriptable scope) Methods in org.mozilla.javascript with parameters of type RefModifier and TypeMethodDescriptionstatic Objectstatic Objectstatic ObjectScriptRuntime.refIncrDecr(Ref ref, Context cx, int incrDecrMask) Deprecated.static ObjectScriptRuntime.refIncrDecr(Ref ref, Context cx, Scriptable scope, int incrDecrMask) static ObjectDeprecated.static ObjectScriptRuntime.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 RefGeneric reference to implement x.abstract RefGeneric reference to implement x::ns, x.abstract RefXMLLib.nameRef(Context cx, Object namespace, Object name, Scriptable scope, int memberTypeFlags) abstract RefXMLLib.nameRef(Context cx, Object name, Scriptable scope, int memberTypeFlags)
ScriptRuntime.specialRef(Object, String, Context, Scriptable)instead