public class ScriptableItemMap
extends org.mozilla.javascript.ScriptableObject
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASSNAME | 
| Constructor and Description | 
|---|
| ScriptableItemMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | get(int index,
   org.mozilla.javascript.Scriptable start) | 
| java.lang.Object | get(java.lang.String name,
   org.mozilla.javascript.Scriptable start) | 
| java.lang.String | getClassName() | 
| java.lang.Object[] | getIds() | 
| boolean | has(int index,
   org.mozilla.javascript.Scriptable start) | 
| boolean | has(java.lang.String name,
   org.mozilla.javascript.Scriptable start) | 
| void | jsConstructor(java.lang.Object res) | 
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic static final java.lang.String CLASSNAME
public void jsConstructor(java.lang.Object res)
public java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic boolean has(int index,
                   org.mozilla.javascript.Scriptable start)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.ScriptableObjectpublic boolean has(java.lang.String name,
                   org.mozilla.javascript.Scriptable start)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.ScriptableObjectpublic java.lang.Object get(int index,
                            org.mozilla.javascript.Scriptable start)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.ScriptableObjectpublic java.lang.Object get(java.lang.String name,
                            org.mozilla.javascript.Scriptable start)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.ScriptableObjectpublic java.lang.Object[] getIds()
getIds in interface org.mozilla.javascript.ScriptablegetIds in class org.mozilla.javascript.ScriptableObjectCopyright © 2018 The Apache Software Foundation. All rights reserved.