Uses of Class
org.mozilla.javascript.Slot
Packages that use Slot
-
Uses of Slot in org.mozilla.javascript
Classes in org.mozilla.javascript with type parameters of type SlotSubclasses of Slot in org.mozilla.javascriptModifier and TypeClassDescriptionclass
This is a specialization of Slot to store various types of values that are retrieved dynamically using Java and JavaScript functions.class
A specialized property accessor using lambda functions, similar toLambdaSlot
, but allows defining properties with getter and setter lambdas that require access to the owner object ('this').class
This is a specialization of property access using some lambda functions.class
This is a specialization of Slot to store values that are retrieved via calls to script functions.Methods in org.mozilla.javascript with type parameters of type SlotModifier and TypeMethodDescription<S extends Slot>
SEmbeddedSlotMap.compute
(Object key, int index, SlotMap.SlotComputer<S> c) <S extends Slot>
SHashSlotMap.compute
(Object key, int index, SlotMap.SlotComputer<S> c) <S extends Slot>
SSlotMap.compute
(Object key, int index, SlotMap.SlotComputer<S> compute) Replace the value of key with the slot computed by the "compute" method.Methods in org.mozilla.javascript that return SlotModifier and TypeMethodDescriptionLocate the slot with given name or index, and create a new one if necessary.Return the Slot that matches EITHER "key" or "index".Locate the slot with the given name or index.Retrieve the slot at EITHER key or index, or return null if the slot cannot be found.protected Slot
Methods in org.mozilla.javascript that return types with arguments of type SlotMethods in org.mozilla.javascript with parameters of type SlotModifier and TypeMethodDescriptionvoid
void
void
Insert a new slot to the map.Constructors in org.mozilla.javascript with parameters of type Slot