| Package | org.pranaframework.reflection |
| Class | public class Field |
| Inheritance | Field AbstractMember |
| Subclasses | Accessor, Constant, Variable |
| Method | Defined by | ||
|---|---|---|---|
|
| Field | ||
|
getValue(target:* = null):*
Returns the value of the field.
| Field | ||
| Field | () | constructor |
public function Field(name:String, type:Type, declaringType:Type, isStatic:Boolean)Parameters
name:String |
|
type:Type |
|
declaringType:Type |
|
isStatic:Boolean |
| getValue | () | method |
public function getValue(target:* = null):*Returns the value of the field.
Parameterstarget:* (default = null) |
* |