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 | |
|---|---|---|---|
| Accessor
| com.ericfeminella.utils.introspection | Value object which represents an AS3 class Accessor | |
| ArrayCollectionIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides methods for iterating over an ArrayCollection | |
| ArrayIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides methods for iterating over an array | |
| AVM2MemoryUtil
| com.ericfeminella.utils | All static class which returns the current memory allocated to a Flash Player instance as either bytes, kilobytes or megabytes | |
| BinaryConversion
| com.ericfeminella.utils | All static utility class which provides an API for converting a Number, int and uint to either a 8, 16 or 32 bit binary represenation | |
| DeepCopy
| com.ericfeminella.utils | Defines a single static method in which objects can be cloned by creating a Deep Copy of a reference object to a new memory address | |
| HashMap
| com.ericfeminella.utils | IMap implementation which dynamically creates a HashMap of key and value pairs as well as provides a atandard API for working with the HashMap | |
| ICollectionViewSortHelper
| com.ericfeminella.utils | Utility class which provides an API for collection sorting | |
| IIntrospection
| com.ericfeminella.utils.introspection | Defines the contract for performing introspection on an object | |
| IIterator
| com.ericfeminella.utils.iterators | Defines the contract for concrete Iterator implementations | |
| IMap
| com.ericfeminella.utils | Defines the contract for HashMap implementations | |
| Introspection
| com.ericfeminella.utils.introspection | Performs Object introspection on a specified type | |
| IteratorFactory
| com.ericfeminella.utils.iterators | Iterator specific Factory Pattern implementation which defines an API for handling specific Iterator instantiation | |
| IteratorFactoryTypeError
| com.ericfeminella.utils.iterators |
IteratorFactory API illegal Iterator type Error class
Throws an error specifying that an iterator type does not exist. |
|
| IteratorNullPointerException
| com.ericfeminella.utils.iterators | Throws an Error if an iterator aggregate is null | |
| IteratorTypes
| com.ericfeminella.utils.iterators | Defines the set of constants which represent concrete iterator implementations | |
| Method
| com.ericfeminella.utils.introspection | ||
| MethodSignature
| com.ericfeminella.utils.introspection | ||
| ObjectIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides methods for iterating over an object | |
| Parameter
| com.ericfeminella.utils.introspection | ||
| Property
| com.ericfeminella.utils.introspection | ||
| Reflection
| com.ericfeminella.utils.introspection | Returns the class Object based on a String name representation | |
| ReflectionTypeResolveException
| com.ericfeminella.utils.introspection | ||
| StringUtil
| com.ericfeminella.utils | All static utility class which builds on mx.utils.StringUtil to add additional methods for replacing items in a specified String | |
| UnsupportedOperationException
| com.ericfeminella.utils.iterators | A concrete Iterator must provide an implementation of the Remove method. | |
| UnsupportedTypeError
| com.ericfeminella.utils.iterators | A specific Iterator implementation may only contain one type of aggregate to iterate over. |