Packageorg.as3commons.reflect
Classpublic final class ReflectionUtils
InheritanceReflectionUtils Inheritance Object

Static methods for returning information about Types.



Public Methods
 MethodDefined By
  
concatTypeMetadata(type:Type, metadataContainers:Array, propertyName:String):void
[static] Adds metadata from from interfaces to concrete implementations.
ReflectionUtils
  
getTypeDescription(clazz:Class):XML
[static] Get XML clazz description as given by flash.utils.describeType using a workaround for bug http://bugs.adobe.com/jira/browse/FP-183 that in certain cases do not allow to retrieve complete constructor description.
ReflectionUtils
  
[static]
ReflectionUtils
Method Detail
concatTypeMetadata()method
public static function concatTypeMetadata(type:Type, metadataContainers:Array, propertyName:String):void

Adds metadata from from interfaces to concrete implementations.

Parameters

type:Type
 
metadataContainers:Array
 
propertyName:String

getTypeDescription()method 
public static function getTypeDescription(clazz:Class):XML

Get XML clazz description as given by flash.utils.describeType using a workaround for bug http://bugs.adobe.com/jira/browse/FP-183 that in certain cases do not allow to retrieve complete constructor description.

Parameters

clazz:Class

Returns
XML
playerHasConstructorBug()method 
public static function playerHasConstructorBug():Boolean

Returns
Boolean