|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mozilla.javascript.NativeJavaObject
org.eclipse.birt.core.script.NativeJavaList
public class NativeJavaList
| 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 | |
|---|---|
NativeJavaList()
|
|
NativeJavaList(org.mozilla.javascript.Scriptable scope,
java.lang.Object javaObject,
java.lang.Class staticType)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int index,
org.mozilla.javascript.Scriptable start)
|
boolean |
has(int index,
org.mozilla.javascript.Scriptable start)
|
void |
put(int index,
org.mozilla.javascript.Scriptable start,
java.lang.Object value)
|
| Methods inherited from class org.mozilla.javascript.NativeJavaObject |
|---|
canConvert, coerceType, delete, delete, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, hasInstance, initMembers, put, setParentScope, setPrototype, unwrap, wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NativeJavaList()
public NativeJavaList(org.mozilla.javascript.Scriptable scope,
java.lang.Object javaObject,
java.lang.Class staticType)
| Method Detail |
|---|
public boolean has(int index,
org.mozilla.javascript.Scriptable start)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.NativeJavaObject
public java.lang.Object get(int index,
org.mozilla.javascript.Scriptable start)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.NativeJavaObject
public void put(int index,
org.mozilla.javascript.Scriptable start,
java.lang.Object value)
put in interface org.mozilla.javascript.Scriptableput in class org.mozilla.javascript.NativeJavaObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||