public class ScriptFieldDefinition
extends org.mozilla.javascript.ScriptableObject
FieldDefinition and all of its subclasses also.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String name,
org.mozilla.javascript.Scriptable start)
This method retrieves a named property value in the normal (Mozilla JS) way.
|
java.lang.String |
getClassName() |
boolean |
has(java.lang.String name,
org.mozilla.javascript.Scriptable start) |
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototypepublic 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.ScriptableObjectname - the named propertystart - the object in which the lookup beganScriptable.get(String, Scriptable)public java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectScriptable.getClassName()public boolean has(java.lang.String name,
org.mozilla.javascript.Scriptable start)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.ScriptableObjectScriptable.has(String, Scriptable)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.