Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AbstractMember
| org.as3commons.reflect |
Abstract base class for members of a class. |
|
| Accessor
| org.as3commons.reflect | A member defined by getter and setter functions. | |
| AccessorAccess
| org.as3commons.reflect | Enum of an accessor's access properties. | |
| ClassNotFoundError
| org.as3commons.reflect.errors | Thrown when an application tries to retrieve a class by its name and the corresponding class could not be found. | |
| Constant
| org.as3commons.reflect |
A property defined with the const keyword. |
|
| Constructor
| org.as3commons.reflect | Provides information about a class constructor. | |
| Field
| org.as3commons.reflect | A field of a class. | |
| IInvocationHandler
| org.as3commons.reflect | ||
| IMember
| org.as3commons.reflect | Describes a member (field or method) of a class. | |
| IMetaDataContainer
| org.as3commons.reflect | Desribes an object that holds MetaData objects. | |
| INamespaceOwner
| org.as3commons.reflect | ||
| ITypeProvider
| org.as3commons.reflect |
The ITypeProvider interface defines the methods that must be implemented
by any class that will generate instances of Type or one of
its subclasses. |
|
| MetaData
| org.as3commons.reflect | A MetaData object contains information about a metadata element placed above a member of a class or instance. | |
| MetaDataArgument
| org.as3commons.reflect | Holds a key/value pair of metadata information. | |
| MetaDataContainer
| org.as3commons.reflect | Basic implementation of the IMetaDataContainer interface. | |
| MetadataUtils
| org.as3commons.reflect | This class provides utility methods concerning metadata. | |
| Method
| org.as3commons.reflect | Provides information about a single method of a class or interface. | |
| MethodInvoker
| org.as3commons.reflect | A MethodInvoker is a representation of a method call or invocation. | |
| Parameter
| org.as3commons.reflect | Provides information of a parameter passed to a method. | |
| ReflectionUtils
| org.as3commons.reflect | Static methods for returning information about Types. | |
| Type
| org.as3commons.reflect | Provides information about the characteristics of a class or an interface. | |
| TypeCache
| org.as3commons.reflect | A cache for storing key/value pairs in the form of FullyQualifiedName/Type. | |
| Variable
| org.as3commons.reflect |
A property defined with the var keyword. |