Packageorg.as3commons.reflect
Interfacepublic interface IMember extends IMetaDataContainer
ImplementorsAbstractMember

Describes a member (field or method) of a class.



Public Properties
 PropertyDefined by
  declaringType : Type
[read-only] Returns the Type object that declares this member.
IMember
 InheritedmetaData : Array
Returns an array of all metadata objects in this container.
IMetaDataContainer
  name : String
[read-only] Returns the name of this member.
IMember
  type : Type
[read-only] Returns the type of this member.
IMember
Public Methods
 MethodDefined by
 Inherited
addMetaData(metaData:MetaData):void
Adds a MetaData object to this container.
IMetaDataContainer
 Inherited
getMetaData(key:String):Array
Returns the array of MetaData object that corresponds to the given key.
IMetaDataContainer
 Inherited
hasMetaData(key:String):Boolean
Returns whether this object has meta data for the given key.
IMetaDataContainer
Property detail
declaringTypeproperty
declaringType:Type  [read-only]

Returns the Type object that declares this member.

Implementation
    public function get declaringType():Type
nameproperty 
name:String  [read-only]

Returns the name of this member.

Implementation
    public function get name():String
typeproperty 
type:Type  [read-only]

Returns the type of this member.

Implementation
    public function get type():Type