OverviewSingleDeprecated

package jsx3.lang

No description provided.

Class Summary
jsx3.lang.Class
JavaScript class that allows introspection of the JSX class hierarchy.
jsx3.lang.ClassLoader
The class loader initializes the system and loads applications and add-ins.
jsx3.lang.Exception
The base GI exception class.
jsx3.lang.IllegalArgumentException
A special exception type to throw when the caller of a function does not pass arguments according to the method's contract.
jsx3.lang.Method
JSX Class extends the build in JavaScript class Function.
jsx3.lang.NativeError
Wraps the browser-native exception object (what might be caught in a typical try/catch/finally block).
jsx3.lang.Object
Base class for all classes defined with jsx3.lang.Class.
jsx3.lang.Package
The Package class provides an introspectable API for JavaScript/JSX packages.
jsx3.lang.System
A collection of GI system related functions.
Method Summary
static Function
getCaller(intUp : int)
static Array<Function>
getStack(intUp : int)
Method Detail

getCaller

static Function getCaller(intUp : int)

Parameters:

intUp

Returns:

 

getStack

static Array<Function> getStack(intUp : int)

Parameters:

intUp

Returns: