Uses of Class
org.mozilla.javascript.Ref
-
Packages that use Ref Package Description org.mozilla.javascript org.mozilla.javascript.xml org.mozilla.javascript.xmlimpl -
-
Uses of Ref in org.mozilla.javascript
Subclasses of Ref in org.mozilla.javascript Modifier and Type Class Description (package private) class
SpecialRef
Methods in org.mozilla.javascript that return Ref Modifier and Type Method Description static Ref
ScriptRuntime. callRef(Callable function, Scriptable thisObj, java.lang.Object[] args, Context cx)
Perform function call in reference context.(package private) static Ref
SpecialRef. createSpecial(Context cx, Scriptable scope, java.lang.Object object, java.lang.String name)
static Ref
ScriptRuntime. memberRef(java.lang.Object obj, java.lang.Object namespace, java.lang.Object elem, Context cx, int memberTypeFlags)
static Ref
ScriptRuntime. memberRef(java.lang.Object obj, java.lang.Object elem, Context cx, int memberTypeFlags)
static Ref
ScriptRuntime. nameRef(java.lang.Object namespace, java.lang.Object name, Context cx, Scriptable scope, int memberTypeFlags)
static Ref
ScriptRuntime. nameRef(java.lang.Object name, Context cx, Scriptable scope, int memberTypeFlags)
Ref
RefCallable. refCall(Context cx, Scriptable thisObj, java.lang.Object[] args)
Perform function call in reference context.static Ref
ScriptRuntime. specialRef(java.lang.Object obj, java.lang.String specialProperty, Context cx)
Deprecated.static Ref
ScriptRuntime. specialRef(java.lang.Object obj, java.lang.String specialProperty, Context cx, Scriptable scope)
Methods in org.mozilla.javascript with parameters of type Ref Modifier and Type Method Description static java.lang.Object
ScriptRuntime. refDel(Ref ref, Context cx)
static java.lang.Object
ScriptRuntime. refGet(Ref ref, Context cx)
static java.lang.Object
ScriptRuntime. refIncrDecr(Ref ref, Context cx, int incrDecrMask)
Deprecated.static java.lang.Object
ScriptRuntime. refIncrDecr(Ref ref, Context cx, Scriptable scope, int incrDecrMask)
static java.lang.Object
ScriptRuntime. refSet(Ref ref, java.lang.Object value, Context cx)
Deprecated.static java.lang.Object
ScriptRuntime. refSet(Ref ref, java.lang.Object value, Context cx, Scriptable scope)
-
Uses of Ref in org.mozilla.javascript.xml
Methods in org.mozilla.javascript.xml that return Ref Modifier and Type Method Description abstract Ref
XMLObject. memberRef(Context cx, java.lang.Object elem, int memberTypeFlags)
Generic reference to implement x.@y, x..y etc.abstract Ref
XMLObject. memberRef(Context cx, java.lang.Object namespace, java.lang.Object elem, int memberTypeFlags)
Generic reference to implement x::ns, x.@ns::y, x..@ns::y etc.abstract Ref
XMLLib. nameRef(Context cx, java.lang.Object namespace, java.lang.Object name, Scriptable scope, int memberTypeFlags)
abstract Ref
XMLLib. nameRef(Context cx, java.lang.Object name, Scriptable scope, int memberTypeFlags)
-
Uses of Ref in org.mozilla.javascript.xmlimpl
Subclasses of Ref in org.mozilla.javascript.xmlimpl Modifier and Type Class Description (package private) class
XMLName
Methods in org.mozilla.javascript.xmlimpl that return Ref Modifier and Type Method Description Ref
XMLObjectImpl. memberRef(Context cx, java.lang.Object elem, int memberTypeFlags)
Ref
XMLObjectImpl. memberRef(Context cx, java.lang.Object namespace, java.lang.Object elem, int memberTypeFlags)
Generic reference to implement x::ns, x.@ns::y, x..@ns::y etc.Ref
XMLLibImpl. nameRef(Context cx, java.lang.Object namespace, java.lang.Object name, Scriptable scope, int memberTypeFlags)
Ref
XMLLibImpl. nameRef(Context cx, java.lang.Object name, Scriptable scope, int memberTypeFlags)
private Ref
XMLLibImpl. xmlPrimaryReference(Context cx, XMLName xmlName, Scriptable scope)
-