Packageorg.pranaframework.reflection
Interfacepublic interface IMember
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
  name : String
[read-only] Returns the name of this member.
IMember
  type : Type
[read-only] Returns the type of this member.
IMember
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