A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
cache — Property, class org.as3commons.reflect.TypeCache
Object used to internally store FullyQualifiedName/Type key/value pairs.
CacheUtil — final class, package org.as3commons.reflect.util
ClassNotFoundError — class, package org.as3commons.reflect.errors
Thrown when an application tries to retrieve a class by its name and the corresponding class could not be found.
ClassNotFoundError(message:String) — Constructor, class org.as3commons.reflect.errors.ClassNotFoundError
Creates a new ClassNotFoundError object.
clazz — Property, class org.as3commons.reflect.Type
The Class of the Type
clear(applicationDomain:flash.system:ApplicationDomain) — method, class org.as3commons.reflect.TypeCache
Remove all entries from the cache.
clearCache() — method, class org.as3commons.reflect.AbstractTypeProvider
clearCache() — method, interface org.as3commons.reflect.ITypeProvider
Remove all Types from the type cache.
clearCache() — Static Method , class org.as3commons.reflect.MetadataUtils
Allows you to clear the internal cache.
CLEAR_CACHE_INTERVAL — Static Property, class org.as3commons.reflect.MetadataUtils
The interval (in miliseconds) at which the cache will be cleared.
COMMA — Constant Static Property, class org.as3commons.reflect.util.CacheUtil
compareMetadata(metadataArray:Array) — method, class org.as3commons.reflect.AbstractMember
concatTypeMetadata(type:org.as3commons.reflect:Type, metadataContainers:Array, propertyName:String) — Static Method , class org.as3commons.reflect.ReflectionUtils
Adds metadata from from interfaces to concrete implementations.
Constant — class, package org.as3commons.reflect
A property defined with the const keyword.
Constant(name:String, type:String, declaringType:String, isStatic:Boolean, applicationDomain:flash.system:ApplicationDomain, metadata:org.as3commons.lang:HashArray) — Constructor, class org.as3commons.reflect.Constant
Creates a new Constant object.
constants — Property, class org.as3commons.reflect.Type
An array of IMember instances that describe the constants of the Type
constructor — Property, class org.as3commons.reflect.Type
A reference to a Constructor instance that describes the constructor of the Type
Constructor — class, package org.as3commons.reflect
Provides information about a class constructor.
Constructor(declaringType:String, applicationDomain:flash.system:ApplicationDomain, parameters:Array) — Constructor, class org.as3commons.reflect.Constructor
Creates a new Constructor object.
contains(key:String, applicationDomain:flash.system:ApplicationDomain) — method, class org.as3commons.reflect.TypeCache
Return true if the supplied key has a value in the cache.
createMetadataLookup() — method, class org.as3commons.reflect.Type
currentApplicationDomain — Static Property, class org.as3commons.reflect.Type
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z