Interface Summary| Cache |
Cache chaches classes and packages.
|
| InvocationHandler |
InvocationHandler handles method invocations that took place on dynamic
proxies.
|
| MemberInfo |
MemberInfo represents a member in the Flash environment.
|
| PackageMemberFilter |
PackageMemberInfo filters the result of searches for package members,
that are types and packages.
|
| PackageMemberInfo |
PackageMemberInfo is the super interface for members of packages.
|
| ProxyFactory |
ProxyFactory declares methods to create dynamic proxies, that means at
run-time, of specific types, that are classes or interfaces.
|
| TypeInfo |
TypeInfo represents a type a ActionScript type, that is either a class
or an interface.
|
| TypeMemberFilter |
TypeMemberFilter filters the result of searches for type members.
|
| TypeMemberInfo |
TypeMemberInfo represents a type member.
|
Class Summary| ClassInfo |
ClassInfo reflects a class and provides methods to get information about
that class.
|
| ClassNotFoundException |
ClassNotFoundException is thrown to indicate that the class that has
been searched for could not be found |
| ConstructorInfo |
ConstructorInfo represents the constrcutor of a class.
|
| Delegate |
Delegate offers with Delegate.createDelegate a method for
using old-style Template classes.
|
| InterfaceProxyFactory |
InterfaceProxyFacotry creates proxies for interfaces |
| MethodInfo |
MethodInfo represents a method.
|
| NoSuchMethodException |
NoSuchMethodException is thrown to indicate that the method that has
been searched for is not declared on the specific class or interface.
|
| NoSuchPropertyException |
NoSuchPropertyException is thrown to indicate that the property that has
been searched for is not declared on the specific class |
| PackageInfo |
PackageInfo represents a real package in the Flash environment |
| PackageNotFoundException |
PackageNotFoundException is thrown to indicate that the package that has
been searched for could not be found |
| PropertyInfo |
PropertyInfo represents a property.
|
| ReflectConfig |
ReflectConfig is the main config used to globally configure key parts of
the work the classes of the reflect package try to solve |
| ReflectionException |
ReflectionException is the super-class of all exceptions of the Reflection
API.
|
| ReflectUtil |
ReflectUtil obtains simple information about members.
|
| SimpleCache |
SimpleCache is a simple and performant implementation of the Cache
interface.
|
| TypeProxyFactory |
TypeProxyFactory creates proxies of types, that means classes or
interfaces.
|