Package org.mozilla.javascript
Class AccessorSlot
- java.lang.Object
- 
- org.mozilla.javascript.Slot
- 
- org.mozilla.javascript.AccessorSlot
 
 
- 
- All Implemented Interfaces:
- java.io.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:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue(Scriptable start)booleansetValue(java.lang.Object value, Scriptable owner, Scriptable start, boolean isThrow)- 
Methods inherited from class org.mozilla.javascript.SlotsetValue, throwNoSetterException
 
- 
 
- 
- 
- 
Method Detail- 
setValuepublic boolean setValue(java.lang.Object value, Scriptable owner, Scriptable start, boolean isThrow)
 - 
getValuepublic java.lang.Object getValue(Scriptable start) 
 
- 
 
-