Packageorg.pranaframework.reflection
Classpublic class Field
InheritanceField Inheritance AbstractMember
SubclassesAccessor, Constant, Variable



Public Properties
 PropertyDefined by
 InheriteddeclaringType : Type
AbstractMember
 InheritedisStatic : Boolean
AbstractMember
 Inheritedname : String
AbstractMember
 Inheritedtype : Type
AbstractMember
Public Methods
 MethodDefined by
  
Field(name:String, type:Type, declaringType:Type, isStatic:Boolean)
Field
  
getValue(target:* = null):*
Returns the value of the field.
Field
Constructor detail
Field()constructor
public function Field(name:String, type:Type, declaringType:Type, isStatic:Boolean)

Parameters
name:String
 
type:Type
 
declaringType:Type
 
isStatic:Boolean
Method detail
getValue()method
public function getValue(target:* = null):*

Returns the value of the field.

Parameters
target:* (default = null)

Returns
*