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.


 ClassPackageDescription
 AbstractMember
org.as3commons.reflect Abstract base class for members of a Class.
 AbstractTypeProvider
org.as3commons.reflect 
 Accessor
org.as3commons.reflect A member defined by getter and setter functions.
 AccessorAccess
org.as3commons.reflect Enum of an accessor's access properties.
 BaseParameter
org.as3commons.reflect Provides information of a parameter passed to a method.
 CacheUtil
org.as3commons.reflect.util 
 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.
 DescribeType
avmplus 
 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 Describes 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.
 JSONTypeProvider
org.as3commons.reflect 
 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 
 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.
 TypeProviderKind
org.as3commons.reflect 
 Variable
org.as3commons.reflect A property defined with the var keyword.
 XmlTypeProvider
org.as3commons.reflect describeType XML parser