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  
Field — class, package org.as3commons.reflect
A field of a class.
Field(name:String, type:String, declaringType:String, isStatic:Boolean, applicationDomain:flash.system:ApplicationDomain, metadata:org.as3commons.lang:HashArray) — Constructor, class org.as3commons.reflect.Field
Creates a new Field objects.
fields — Property, class org.as3commons.reflect.Type
An array of all the static constants, constants, static variables and variables of the Type
findClassMetadata(clazz:Class, metadataName:String, applicationDomain:flash.system:ApplicationDomain) — Static Method , class org.as3commons.reflect.MetadataUtils
Find a single Metadata of metadataName from the supplied Class, traversing its interfaces and super classes if no annotation can be found on the given class itself.
findMetadataDeclaringClass(metadataName:String, clazz:Class, applicationDomain:flash.system:ApplicationDomain) — Static Method , class org.as3commons.reflect.MetadataUtils
Find the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) that declares metdata for the specified metadataName, or null if not found.
FLASH10_FLAGS — Constant Static Property, class avmplus.DescribeType
forClass(clazz:Class, applicationDomain:flash.system:ApplicationDomain) — Static Method , class org.as3commons.reflect.Type
Returns a Type object that describes the given class.
forInstance(instance:any, applicationDomain:flash.system:ApplicationDomain) — Static Method , class org.as3commons.reflect.Type
Returns a Type object that describes the given instance.
forName(name:String, applicationDomain:flash.system:ApplicationDomain) — Static Method , class org.as3commons.reflect.Type
Returns a Type object that describes the given classname.
fromString(access:String) — Static Method , class org.as3commons.reflect.AccessorAccess
fromValue(value:String) — Static Method , class org.as3commons.reflect.TypeProviderKind
fullName — Property, class org.as3commons.reflect.Method
fullName — Property, class org.as3commons.reflect.Type
The fully qualified name of the type, this includes the namespace
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