| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.mozilla.javascript.ScriptableObjectorg.mozilla.javascript.IdScriptableObjectorg.mozilla.javascript.BaseFunctionorg.mozilla.javascript.IdFunctionObjectpublic class IdFunctionObjectextends BaseFunctionField 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()