| Class | Description |
| ArgumentError |
The ArgumentError class represents an error that occurs when the arguments
supplied in a function do not match the arguments defined for
that function. |
| arguments |
An arguments object is used to store and access a function's arguments. |
| Array |
The Array class lets you access and manipulate arrays. |
| Boolean |
A Boolean object is a data type that can have one of two values, either true or false,
used for logical operations. |
| Class |
A Class object is created for each class definition in a program. |
| Date |
The Date class represents date and time information. |
| DefinitionError |
The DefinitionError class represents an error that occurs when user code
attempts to define an identifier that is already defined. |
| Error |
The Error class contains information about an error that occurred in a script. |
| EvalError |
The EvalError class represents an error that occurs when user code
calls the eval() function or attempts to use the new
operator with the Function object. |
| Function |
A function is the basic unit of code that can be invoked in ActionScript. |
| int |
The int class lets you work with the data type representing a 32-bit signed integer. |
| Math |
The Math class contains methods and constants that represent common mathematical
functions and values. |
| Namespace |
The Namespace class contains methods and properties for defining and working with namespaces. |
| Number |
A data type representing an IEEE-754 double-precision floating-point number. |
| Object |
The Object class is at the root of the ActionScript
runtime class hierarchy. |
| QName |
QName objects represent qualified names of XML elements and attributes. |
| RangeError |
A RangeError exception is thrown when a numeric value is outside the acceptable range. |
| ReferenceError |
A ReferenceError exception is thrown when a reference to an undefined property is
attempted on a sealed (nondynamic) object. |
| RegExp |
The RegExp class lets you work with regular expressions, which are patterns that you can use
to perform searches in strings and to replace text in strings. |
| SecurityError |
The SecurityError exception is thrown when some type of security violation
takes place. |
| String |
The String class is a data type that represents a string of characters. |
| SyntaxError |
A SyntaxError exception is thrown when a parsing error occurs. |
| TypeError |
A TypeError exception is thrown when the actual type of an operand is different
from the expected type. |
| uint |
The uint class provides methods for working with a data type representing a 32-bit unsigned integer. |
| URIError |
A URIError exception is thrown when one of the global URI handling functions is used
in a way that is incompatible with its definition. |
| VerifyError |
The VerifyError class represents an error that occurs when a malformed
or corrupted SWF file is encountered. |
| XML |
The XML class contains methods and properties for working with XML objects. |
| XMLList |
The XMLList class contains methods for working with one or more XML elements. |