public class Slot
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(Scriptable start) |
boolean |
setValue(java.lang.Object value,
Scriptable owner,
Scriptable start) |
boolean |
setValue(java.lang.Object value,
Scriptable owner,
Scriptable start,
boolean isThrow) |
protected void |
throwNoSetterException(Scriptable start,
java.lang.Object newValue) |
protected Slot(Slot oldSlot)
public final boolean setValue(java.lang.Object value,
Scriptable owner,
Scriptable start)
public boolean setValue(java.lang.Object value,
Scriptable owner,
Scriptable start,
boolean isThrow)
public java.lang.Object getValue(Scriptable start)
protected void throwNoSetterException(Scriptable start, java.lang.Object newValue)