Built-In Namespace _global_
Field Attributes | Field Name and Description |
---|---|
ClassModes - An enumeration of the inheritability of defined Class types.
|
|
Enum - Provides the ability to use syntax-checked enumeration values.
|
|
****************************************************************************
Class.js is a tool for generating JavaScript constructor functions that
can create fully encapsulated instance objects with an inheritance chain
similar to what one would expect from an object-oriented language without
requiring a cross-compiler or incurring much performance overhead.
|
|
Privilege - An enumeration of the possible privilege levels of Class members.
|
|
WeakMap - Provides an ES5 shim for the features of ES6 WeakMaps.
|
Field Detail
ClassModes
ClassModes - An enumeration of the inheritability of defined Class types.
Defined in: Class.js.
Defined in: Class.js.
Enum
Enum - Provides the ability to use syntax-checked enumeration values.
Defined in: Class.js.
Defined in: Class.js.
METADATA
****************************************************************************
Class.js is a tool for generating JavaScript constructor functions that
can create fully encapsulated instance objects with an inheritance chain
similar to what one would expect from an object-oriented language without
requiring a cross-compiler or incurring much performance overhead.
Defined in: Class.js.
Author: Ranando D. King.
Defined in: Class.js.
Author: Ranando D. King.
Privilege
Privilege - An enumeration of the possible privilege levels of Class members.
Defaults to "None`"
Defined in: Class.js.
Defined in: Class.js.
WeakMap
WeakMap - Provides an ES5 shim for the features of ES6 WeakMaps.
Defined in: Class.js.
Defined in: Class.js.