Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.mozilla.javascript.NativeJavaObject
org.mozilla.javascript.NativeJavaArray
public class NativeJavaArray
extends NativeJavaObject
NativeJavaClass
, NativeJavaObject
, NativeJavaPackage
Field Summary |
Fields inherited from class org.mozilla.javascript.NativeJavaObject | |
javaObject , members , parent , prototype , staticType |
Fields inherited from interface org.mozilla.javascript.Scriptable | |
NOT_FOUND |
Constructor Summary | |
|
Method Summary | |
Object |
|
Object |
|
String | |
Object |
|
Object[] |
|
Scriptable | |
boolean |
|
boolean |
|
boolean |
|
void |
|
void |
|
Object |
|
static NativeJavaArray |
|
Methods inherited from class org.mozilla.javascript.NativeJavaObject | |
canConvert , coerceType , delete , delete , get , get , getClassName , getDefaultValue , getIds , getParentScope , getPrototype , has , has , hasInstance , initMembers , put , put , setParentScope , setPrototype , unwrap , wrap |
public Object get(String id, Scriptable start)
- Specified by:
- get in interface Scriptable
- Overrides:
- get in interface NativeJavaObject
public Object get(int index, Scriptable start)
- Specified by:
- get in interface Scriptable
- Overrides:
- get in interface NativeJavaObject
public String getClassName()
- Specified by:
- getClassName in interface Scriptable
- Overrides:
- getClassName in interface NativeJavaObject
public Object getDefaultValue(Class hint)
- Specified by:
- getDefaultValue in interface Scriptable
- Overrides:
- getDefaultValue in interface NativeJavaObject
public Object[] getIds()
- Specified by:
- getIds in interface Scriptable
- Overrides:
- getIds in interface NativeJavaObject
public Scriptable getPrototype()
- Specified by:
- getPrototype in interface Scriptable
- Overrides:
- getPrototype in interface NativeJavaObject
public boolean has(String id, Scriptable start)
- Specified by:
- has in interface Scriptable
- Overrides:
- has in interface NativeJavaObject
public boolean has(int index, Scriptable start)
- Specified by:
- has in interface Scriptable
- Overrides:
- has in interface NativeJavaObject
public boolean hasInstance(Scriptable value)
- Specified by:
- hasInstance in interface Scriptable
- Overrides:
- hasInstance in interface NativeJavaObject
public void put(String id, Scriptable start, Object value)
- Specified by:
- put in interface Scriptable
- Overrides:
- put in interface NativeJavaObject
public void put(int index, Scriptable start, Object value)
- Specified by:
- put in interface Scriptable
- Overrides:
- put in interface NativeJavaObject