Package org.mozilla.javascript
Class LazyLoadSlot
- java.lang.Object
- 
- org.mozilla.javascript.Slot
- 
- org.mozilla.javascript.LazyLoadSlot
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LazyLoadSlot extends Slot This is a specialization of Slot to store values that are retrieved via calls to script functions. It's used to load built-in objects more efficiently.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue(Scriptable start)- 
Methods inherited from class org.mozilla.javascript.SlotsetValue, setValue, throwNoSetterException
 
- 
 
- 
- 
- 
Method Detail- 
getValuepublic java.lang.Object getValue(Scriptable start) 
 
- 
 
-