Package org.htmlunit.corejs.javascript
Class SpecialRef
- java.lang.Object
-
- org.htmlunit.corejs.javascript.Ref
-
- org.htmlunit.corejs.javascript.SpecialRef
-
- All Implemented Interfaces:
java.io.Serializable
class SpecialRef extends Ref
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringnameprivate static longserialVersionUIDprivate static intSPECIAL_NONEprivate static intSPECIAL_PARENTprivate static intSPECIAL_PROTOprivate Scriptabletargetprivate inttype
-
Constructor Summary
Constructors Modifier Constructor Description privateSpecialRef(Scriptable target, int type, java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description (package private) static RefcreateSpecial(Context cx, Scriptable scope, java.lang.Object object, java.lang.String name)booleandelete(Context cx)java.lang.Objectget(Context cx)booleanhas(Context cx)java.lang.Objectset(Context cx, java.lang.Object value)Deprecated.java.lang.Objectset(Context cx, Scriptable scope, java.lang.Object value)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
SPECIAL_NONE
private static final int SPECIAL_NONE
- See Also:
- Constant Field Values
-
SPECIAL_PROTO
private static final int SPECIAL_PROTO
- See Also:
- Constant Field Values
-
SPECIAL_PARENT
private static final int SPECIAL_PARENT
- See Also:
- Constant Field Values
-
target
private Scriptable target
-
type
private int type
-
name
private java.lang.String name
-
-
Constructor Detail
-
SpecialRef
private SpecialRef(Scriptable target, int type, java.lang.String name)
-
-
Method Detail
-
createSpecial
static Ref createSpecial(Context cx, Scriptable scope, java.lang.Object object, java.lang.String name)
-
set
@Deprecated public java.lang.Object set(Context cx, java.lang.Object value)
Deprecated.
-
set
public java.lang.Object set(Context cx, Scriptable scope, java.lang.Object value)
-
-