| Property | Defined by | ||
|---|---|---|---|
![]() | attributes : Array
[abstract] An Array of Attribute objects
| MemberInfo | |
![]() | declaringType : Type
[abstract] The Type that declares this member.
| MemberInfo | |
| fieldType : Type
[read-only]
[abstract] The Type object of the Field value
| FieldInfo | ||
| isConstant : Boolean [read-only]
[abstract]
| FieldInfo | ||
| isStatic : Boolean [read-only]
[abstract]
| FieldInfo | ||
![]() | memberType : MemberTypes
[abstract]
| MemberInfo | |
![]() | name : String
[abstract]
| MemberInfo | |
![]() | reflectedType : Type
[abstract] The Type used to obtain this member instance.
| MemberInfo | |
![]() | uri : String
[abstract]
| MemberInfo | |
| fieldType | property |
fieldType:Type [read-only][abstract] The Type object of the Field value
Implementation public function get fieldType():Type
| isConstant | property |
isConstant:Boolean [read-only][abstract]
Implementation public function get isConstant():Boolean
| isStatic | property |
isStatic:Boolean [read-only][abstract]
Implementation public function get isStatic():Boolean
| FieldInfo | () | constructor |
public function FieldInfo()
| toString | () | method |
public final function toString():String
Returns
String |