public class ContextifyContext
extends org.mozilla.javascript.ScriptableObject
| Constructor and Description |
|---|
ContextifyContext(org.mozilla.javascript.Scriptable p,
org.mozilla.javascript.Scriptable c) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int i) |
void |
delete(String s) |
Object |
get(int i,
org.mozilla.javascript.Scriptable scriptable) |
Object |
get(String s,
org.mozilla.javascript.Scriptable scriptable) |
String |
getClassName() |
Object |
getDefaultValue(Class<?> aClass) |
Object[] |
getIds() |
org.mozilla.javascript.Scriptable |
getParentScope() |
org.mozilla.javascript.Scriptable |
getPrototype() |
boolean |
has(int i,
org.mozilla.javascript.Scriptable scriptable) |
boolean |
has(String s,
org.mozilla.javascript.Scriptable scriptable) |
boolean |
hasInstance(org.mozilla.javascript.Scriptable scriptable) |
void |
put(int i,
org.mozilla.javascript.Scriptable scriptable,
Object o) |
void |
put(String s,
org.mozilla.javascript.Scriptable scriptable,
Object o) |
void |
setParentScope(org.mozilla.javascript.Scriptable scriptable) |
void |
setPrototype(org.mozilla.javascript.Scriptable scriptable) |
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getObjectPrototype, getOwnPropertyDescriptor, getProperty, getProperty, getPropertyIds, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, sizepublic ContextifyContext(org.mozilla.javascript.Scriptable p,
org.mozilla.javascript.Scriptable c)
public String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic Object get(String s, org.mozilla.javascript.Scriptable scriptable)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.ScriptableObjectpublic Object get(int i, org.mozilla.javascript.Scriptable scriptable)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.ScriptableObjectpublic boolean has(String s, org.mozilla.javascript.Scriptable scriptable)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.ScriptableObjectpublic boolean has(int i,
org.mozilla.javascript.Scriptable scriptable)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.ScriptableObjectpublic void put(String s, org.mozilla.javascript.Scriptable scriptable, Object o)
put in interface org.mozilla.javascript.Scriptableput in class org.mozilla.javascript.ScriptableObjectpublic void put(int i,
org.mozilla.javascript.Scriptable scriptable,
Object o)
put in interface org.mozilla.javascript.Scriptableput in class org.mozilla.javascript.ScriptableObjectpublic void delete(String s)
delete in interface org.mozilla.javascript.Scriptabledelete in class org.mozilla.javascript.ScriptableObjectpublic void delete(int i)
delete in interface org.mozilla.javascript.Scriptabledelete in class org.mozilla.javascript.ScriptableObjectpublic org.mozilla.javascript.Scriptable getPrototype()
getPrototype in interface org.mozilla.javascript.ScriptablegetPrototype in class org.mozilla.javascript.ScriptableObjectpublic void setPrototype(org.mozilla.javascript.Scriptable scriptable)
setPrototype in interface org.mozilla.javascript.ScriptablesetPrototype in class org.mozilla.javascript.ScriptableObjectpublic org.mozilla.javascript.Scriptable getParentScope()
getParentScope in interface org.mozilla.javascript.ScriptablegetParentScope in class org.mozilla.javascript.ScriptableObjectpublic void setParentScope(org.mozilla.javascript.Scriptable scriptable)
setParentScope in interface org.mozilla.javascript.ScriptablesetParentScope in class org.mozilla.javascript.ScriptableObjectpublic Object[] getIds()
getIds in interface org.mozilla.javascript.ScriptablegetIds in class org.mozilla.javascript.ScriptableObjectpublic Object getDefaultValue(Class<?> aClass)
getDefaultValue in interface org.mozilla.javascript.ScriptablegetDefaultValue in class org.mozilla.javascript.ScriptableObjectpublic boolean hasInstance(org.mozilla.javascript.Scriptable scriptable)
hasInstance in interface org.mozilla.javascript.ScriptablehasInstance in class org.mozilla.javascript.ScriptableObjectCopyright © 2015 Apigee Corporation. All Rights Reserved.