| Package | org.as3commons.reflect |
| Class | public final class ReflectionUtils |
| Inheritance | ReflectionUtils Object |
| Method | Defined 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 | ||
playerHasConstructorBug():Boolean [static] | ReflectionUtils | ||
| concatTypeMetadata | () | method |
public static function concatTypeMetadata(type:Type, metadataContainers:Array, propertyName:String):voidAdds metadata from from interfaces to concrete implementations.
Parameters
type:Type | |
metadataContainers:Array | |
propertyName:String |
| getTypeDescription | () | method |
public static function getTypeDescription(clazz:Class):XMLGet 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 |
XML |
| playerHasConstructorBug | () | method |
public static function playerHasConstructorBug():BooleanReturnsBoolean |