| Package | org.pranaframework.reflection |
| Interface | public interface IMember |
| Implementors | AbstractMember |
| Property | Defined 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 | ||
| declaringType | property |
declaringType:Type [read-only]
Returns the Type object that declares this member.
public function get declaringType():Type
| name | property |
name:String [read-only]Returns the name of this member.
Implementation public function get name():String
| type | property |
type:Type [read-only]Returns the type of this member.
Implementation public function get type():Type