Uses of Class
org.htmlunit.corejs.javascript.Ref
-
Packages that use Ref Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.xml -
-
Uses of Ref in org.htmlunit.corejs.javascript
Subclasses of Ref in org.htmlunit.corejs.javascript Modifier and Type Class Description (package private) classSpecialRefMethods in org.htmlunit.corejs.javascript that return Ref Modifier and Type Method Description static RefScriptRuntime. callRef(Callable function, Scriptable thisObj, java.lang.Object[] args, Context cx)Perform function call in reference context.(package private) static RefSpecialRef. createSpecial(Context cx, Scriptable scope, java.lang.Object object, java.lang.String name)static RefScriptRuntime. memberRef(java.lang.Object obj, java.lang.Object namespace, java.lang.Object elem, Context cx, int memberTypeFlags)static RefScriptRuntime. memberRef(java.lang.Object obj, java.lang.Object elem, Context cx, int memberTypeFlags)static RefScriptRuntime. nameRef(java.lang.Object namespace, java.lang.Object name, Context cx, Scriptable scope, int memberTypeFlags)static RefScriptRuntime. nameRef(java.lang.Object name, Context cx, Scriptable scope, int memberTypeFlags)RefRefCallable. refCall(Context cx, Scriptable thisObj, java.lang.Object[] args)Perform function call in reference context.static RefScriptRuntime. specialRef(java.lang.Object obj, java.lang.String specialProperty, Context cx)Deprecated.static RefScriptRuntime. specialRef(java.lang.Object obj, java.lang.String specialProperty, Context cx, Scriptable scope)Methods in org.htmlunit.corejs.javascript with parameters of type Ref Modifier and Type Method Description static java.lang.ObjectScriptRuntime. refDel(Ref ref, Context cx)static java.lang.ObjectScriptRuntime. refGet(Ref ref, Context cx)static java.lang.ObjectScriptRuntime. refIncrDecr(Ref ref, Context cx, int incrDecrMask)Deprecated.static java.lang.ObjectScriptRuntime. refIncrDecr(Ref ref, Context cx, Scriptable scope, int incrDecrMask)static java.lang.ObjectScriptRuntime. refSet(Ref ref, java.lang.Object value, Context cx)Deprecated.static java.lang.ObjectScriptRuntime. refSet(Ref ref, java.lang.Object value, Context cx, Scriptable scope) -
Uses of Ref in org.htmlunit.corejs.javascript.xml
Methods in org.htmlunit.corejs.javascript.xml that return Ref Modifier and Type Method Description abstract RefXMLObject. memberRef(Context cx, java.lang.Object elem, int memberTypeFlags)Generic reference to implement x.@y, x..y etc.abstract RefXMLObject. 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 RefXMLLib. nameRef(Context cx, java.lang.Object namespace, java.lang.Object name, Scriptable scope, int memberTypeFlags)abstract RefXMLLib. nameRef(Context cx, java.lang.Object name, Scriptable scope, int memberTypeFlags)
-