Package org.mozilla.javascript
Class AccessorSlot
java.lang.Object
org.mozilla.javascript.Slot
org.mozilla.javascript.AccessorSlot
- All Implemented Interfaces:
Serializable
This is a specialization of Slot to store various types of values that are retrieved dynamically
using Java and JavaScript functions. Unlike LambdaSlot, the fact that these values are accessed
and mutated by functions is visible via the slot's property descriptor.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(Scriptable start) boolean
setValue
(Object value, Scriptable owner, Scriptable start, boolean isThrow) Methods inherited from class org.mozilla.javascript.Slot
setValue, throwNoSetterException