|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xwt.js.JS org.xwt.js.JS.Obj org.xwt.js.ScopeImpl org.xwt.js.JS.Scope org.xwt.js.GlobalScopeImpl org.xwt.js.JS.GlobalScope
a scope that is populated with js objects and functions normally found in the global scope
Nested Class Summary |
Nested classes inherited from class org.xwt.js.JS |
JS.Array, JS.Callable, JS.Context, JS.Exn, JS.GlobalScope, JS.Graft, JS.Obj, JS.Scope, JS.TailCall |
Constructor Summary | |
JS.GlobalScope()
|
|
JS.GlobalScope(JS.Scope parent)
|
Method Summary | |
java.lang.Object |
callMethod(java.lang.Object method,
JS.Array args,
boolean checkOnly)
|
java.lang.Object |
get(java.lang.Object key)
|
Methods inherited from class org.xwt.js.JS.Scope |
_get, _put, declare, getParentScope, has, isTransparent, keys, put |
Methods inherited from class org.xwt.js.JS.Obj |
get, put2, setSeal |
Methods inherited from class org.xwt.js.JS |
coerceToBoolean, coerceToNumber, coerceToString, parse, toBoolean, toDouble, toInt, toLong, toNumber, toString, typeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JS.GlobalScope()
public JS.GlobalScope(JS.Scope parent)
Method Detail |
public java.lang.Object get(java.lang.Object key)
get
in class JS.Scope
public java.lang.Object callMethod(java.lang.Object method, JS.Array args, boolean checkOnly)
callMethod
in class JS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |