Class AccessorSlot

java.lang.Object
org.mozilla.javascript.Slot
org.mozilla.javascript.AccessorSlot
All Implemented Interfaces:
Serializable

public class AccessorSlot extends Slot
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: