Class Index | File Index

Classes


Class Index

$class

This class encapsulates information about a class, but its constructor is used as a function (without the "new" keyword) to create a class.

$class.descriptor

This is a fake class used to document the descriptor object that is passed to the $class function to define a class.


$class.descriptor.multiton_config

This is a fake class to document the configuration object for use with $class.descriptor#$multiton to setup a class as a multiton.


$class.descriptor.singleton_config

This is a fake class to document the configuration object for use with $class.descriptor#$singleton to setup a class as a singleton.


$class_library

This is where the $class library stores some of its implementation details to avoid polluting the global scope.

$interface

This class encapsulates information about an interface, but its constructor is used as a function (without the "new" keyword) to create an interface.

$interface.descriptor

This is a fake class used to document the descriptor object that is passed to the $interface function to define an interface.


$namespace

This class represents a namespace, but its constructor is used as a function (without the "new" keyword) to create a namespace.


_global_


Null

A dummy class used by various $class libray utility methods to represent the type of null

Undefined

A dummy class used by various $class libray utility methods to represent the type of undefined

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Nov 13 2010 01:18:48 GMT-0500 (EST)