All Classes

ClassDescription
AppApplication configuration state.
ArgErrorArguments error exception class.
ArithmeticErrorArithmetic error exception class.
ArrayArrays provide a growable, integer indexed, in-memory store for objects.
AssertErrorAssertion error exception class.
BinaryStreamBinaryStreams encode and decode various objects onto streams.
BooleanBoolean class.
ByteArrayByteArrays provide a growable, integer indexed, in-memory store for bytes.
CmdThe Cmd class supports invoking other programs on the same system.
ConfigConfig class providing settings for various "configure" program settings.
ControllerWeb framework controller.
CookieCookie class is used to store parsed cookie strings.
DatabaseSQL Database support.
DatabaseConnectorDatabase interface connector.
DateGeneral purpose class for representing and working with dates, times, time spans and time zones.
ErrorBase class for error exception objects.
FileThe File class provides a foundation of I/O services to interact with physical files.
FileSystemThe FileSystem class provides access to information about file systems hosting files.
FunctionThe Function type is used to represent closures, function expressions and class methods.
GCGarbage collector control class.
globalGlobal variable space reference.
HostWeb server host information.
HttpThe Http object represents a Hypertext Transfer Protocol version 1.1 client connection.
InstructionErrorCode (instruction) error exception class.
IOErrorIO error exception class.
JSONJavaScript Object Notation.
MathThe Math class provides a set of static methods for performing common arithmetic, exponential and trigonometric functions.
MemorySingleton class to monitor and report on memory allocation and usage.
MemoryErrorMemory error exception class.
NullBase type for the null value.
NumberThe Number type is used by all numeric values in Ejscript.
ObjectThe Object Class is the root class from which all objects are based.
PathPath class.
RecordDatabase record class.
ReferenceErrorReference error exception class.
ReflectSimple reflection class.
RegExpRegular expressions per ECMA-262.
RequestHTTP request information.
ResourceErrorResource error exception class.
ResponseHTTP response class.
SqliteSQLite database support.
StateErrorState error exception class.
StopIterationStopIteration class.
StreamStream objects represent bi-directional streams of data that pass data elements between an endpoint known as a source or sink and a consumer / producer.
StringEach String object represents a single immutable linear sequence of characters.
SyntaxErrorSyntax error exception class.
SystemSystem is a utility class providing methods to interact with the operating system.
TextStreamTextStreams interpret data as a stream of Unicode characters.
TypeBase class for all type objects.
TypeErrorType error exception class.
UploadFileUpload file class.
ViewBase class for web framework views.
VoidThe Void type is the base class for the undefined value.
WorkerWorker Class.
XMLThe XML class provides a simple ability to load, parse and save XML documents.