public class MethodWrapper
extends org.mozilla.javascript.ScriptableObject
implements org.mozilla.javascript.Function
FunctionObject.| Modifier and Type | Method and Description |
|---|---|
Object |
call(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Scriptable thisObj,
Object[] args) |
org.mozilla.javascript.Scriptable |
construct(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Object[] args) |
String |
getClassName() |
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototypepublic String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectScriptableObject.getClassName()public Object call(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable thisObj, Object[] args)
call in interface org.mozilla.javascript.Callablecall in interface org.mozilla.javascript.Function{@inheritDoc}public org.mozilla.javascript.Scriptable construct(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Object[] args)
construct in interface org.mozilla.javascript.Function{@inheritDoc}Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.