|
||||||||||
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.JS.Callable
anything that is callable with the () operator and wasn't compiled from JS code
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.Callable()
|
Method Summary | |
abstract java.lang.Object |
call(JS.Array args)
|
Methods inherited from class org.xwt.js.JS.Obj |
get, get, keys, put, put2, setSeal |
Methods inherited from class org.xwt.js.JS |
callMethod, 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.Callable()
Method Detail |
public abstract java.lang.Object call(JS.Array args) throws JS.Exn
JS.Exn
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |