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.continuations.Continuation
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 |
Method Summary | |
Object |
|
Scriptable |
|
Object |
|
protected int |
|
String | |
Object | |
static void |
|
void |
|
protected void |
|
static boolean |
Methods inherited from class org.mozilla.javascript.IdScriptableObject | |
activatePrototypeMap , addIdFunctionProperty , defaultGet , defaultPut , delete , execIdCall , exportAsJSClass , fillConstructorProperties , findInstanceIdInfo , findPrototypeId , get , getAttributes , getInstanceIdName , getInstanceIdValue , getMaxInstanceId , has , hasPrototypeMap , incompatibleCallError , initPrototypeConstructor , initPrototypeId , initPrototypeMethod , initPrototypeValue , instanceIdInfo , put , setAttributes , setInstanceIdValue |
public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
'thisObj' will be null if invoked as constructor, in which case instance of Scriptable should be returned.
- Specified by:
- execIdCall in interface IdFunctionCall
- Overrides:
- execIdCall in interface IdScriptableObject
protected int findPrototypeId(String s)
- Overrides:
- findPrototypeId in interface IdScriptableObject
public String getClassName()
- Specified by:
- getClassName in interface Scriptable
- Overrides:
- getClassName in interface ScriptableObject
public Object getImplementation()
public void initImplementation(Object implementation)
protected void initPrototypeId(int id)
- Overrides:
- initPrototypeId in interface IdScriptableObject