Uses of Class
org.mozilla.javascript.ScriptableObject.SlotAccess
-
Packages that use ScriptableObject.SlotAccess Package Description org.mozilla.javascript -
-
Uses of ScriptableObject.SlotAccess in org.mozilla.javascript
Methods in org.mozilla.javascript that return ScriptableObject.SlotAccess Modifier and Type Method Description static ScriptableObject.SlotAccessScriptableObject.SlotAccess. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScriptableObject.SlotAccess[]ScriptableObject.SlotAccess. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mozilla.javascript with parameters of type ScriptableObject.SlotAccess Modifier and Type Method Description private ScriptableObject.SlotEmbeddedSlotMap. createSlot(java.lang.Object key, int indexOrHash, ScriptableObject.SlotAccess accessType, ScriptableObject.Slot existingSlot)private ScriptableObject.SlotHashSlotMap. createSlot(java.lang.Object key, int index, java.lang.Object name, ScriptableObject.SlotAccess accessType)private ScriptableObject.SlotScriptableObject. findAttributeSlot(java.lang.String name, int index, ScriptableObject.SlotAccess accessType)private ScriptableObject.SlotScriptableObject. findAttributeSlot(Symbol key, ScriptableObject.SlotAccess accessType)ScriptableObject.SlotEmbeddedSlotMap. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)Locate the slot with given name or index.ScriptableObject.SlotHashSlotMap. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)ScriptableObject.SlotSlotMap. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)Return the Slot that matches EITHER "key" or "index".ScriptableObject.SlotSlotMapContainer. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)ScriptableObject.SlotThreadSafeSlotMapContainer. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)protected ScriptableObject.SlotScriptableObject. getSlot(Context cx, java.lang.Object id, ScriptableObject.SlotAccess accessType)
-