|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.htmlunit.corejs.javascript.Ref
public abstract class Ref
Generic notion of reference object that know how to query/modify the target objects based on some property/index.
| Constructor Summary | |
|---|---|
Ref()
|
|
| Method Summary | |
|---|---|
boolean |
delete(Context cx)
|
abstract java.lang.Object |
get(Context cx)
|
boolean |
has(Context cx)
|
abstract java.lang.Object |
set(Context cx,
java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ref()
| Method Detail |
|---|
public boolean has(Context cx)
public abstract java.lang.Object get(Context cx)
public abstract java.lang.Object set(Context cx,
java.lang.Object value)
public boolean delete(Context cx)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||