org.mozilla.javascript

Class Ref

Implemented Interfaces:
Serializable

public abstract class Ref
extends java.lang.Object
implements Serializable

Generic notion of reference object that know how to query/modify the target objects based on some property/index.

Method Summary

boolean
delete(Context cx)
abstract Object
get(Context cx)
boolean
has(Context cx)
abstract Object
set(Context cx, Object value)

Method Details

delete

public boolean delete(Context cx)

get

public abstract Object get(Context cx)

has

public boolean has(Context cx)

set

public abstract Object set(Context cx,
                           Object value)