org.mozilla.javascript
Class Ref
java.lang.Object
org.mozilla.javascript.Ref
- All Implemented Interfaces:
- Serializable
public abstract class Ref
- extends Object
- implements Serializable
Generic notion of reference object that know how to query/modify the
target objects based on some property/index.
- See Also:
- Serialized Form
Constructor Summary |
Ref()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ref
public Ref()
has
public boolean has(Context cx)
get
public abstract Object get(Context cx)
set
public abstract Object set(Context cx,
Object value)
delete
public boolean delete(Context cx)