Package org.mozilla.javascript
Class SpecialRef
- java.lang.Object
-
- org.mozilla.javascript.Ref
-
- org.mozilla.javascript.SpecialRef
-
- All Implemented Interfaces:
java.io.Serializable
class SpecialRef extends Ref
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
private static long
serialVersionUID
private static int
SPECIAL_NONE
private static int
SPECIAL_PARENT
private static int
SPECIAL_PROTO
private Scriptable
target
private int
type
-
Constructor Summary
Constructors Modifier Constructor Description private
SpecialRef(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 Ref
createSpecial(Context cx, Scriptable scope, java.lang.Object object, java.lang.String name)
boolean
delete(Context cx)
java.lang.Object
get(Context cx)
boolean
has(Context cx)
java.lang.Object
set(Context cx, java.lang.Object value)
Deprecated.java.lang.Object
set(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)
-
-