Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.mozilla.javascript.ScriptableObject
org.mozilla.javascript.IdScriptableObject
org.mozilla.javascript.BaseFunction
org.mozilla.javascript.IdFunctionObject
public class IdFunctionObject
extends BaseFunction
Field Summary |
Fields inherited from class org.mozilla.javascript.ScriptableObject | |
CONST , DONTENUM , EMPTY , PERMANENT , READONLY , UNINITIALIZED_CONST |
Fields inherited from interface org.mozilla.javascript.Scriptable | |
NOT_FOUND |
Constructor Summary | |
| |
|
Method Summary | |
@Override |
|
@Override |
|
@Override | |
@Override | |
void |
|
void | |
boolean |
|
void |
|
@Override | |
@Override | |
void |
|
int |
|
RuntimeException |
|
Methods inherited from class org.mozilla.javascript.BaseFunction | |
Object execIdCall , Object getInstanceIdValue , String getClassName , String getInstanceIdName , boolean hasInstance , call , construct , createObject , getArity , getClassPrototype , getFunctionName , getLength , int findInstanceIdInfo , int findPrototypeId , int getMaxInstanceId , setImmunePrototypeProperty , void fillConstructorProperties , void initPrototypeId , void setInstanceIdValue |
public IdFunctionObject(IdFunctionCall idcall, Object tag, int id, String name, int arity, Scriptable scope)
public @Override Object call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
public @Override Scriptable getPrototype()
public @Override String getFunctionName()
public void exportAsScopeProperty()
public final boolean hasTag(Object tag)
public @Override int getArity()
public @Override int getLength()
public final int methodId()
public final RuntimeException unknown()