| Package | org.pranaframework.reflection |
| Class | public class Variable |
| Inheritance | Variable Field AbstractMember |
var statement.
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
Variable object. | Variable | ||
![]() |
getValue(target:* = null):*
Returns the value of the field.
| Field | |
| Variable | () | constructor |
public function Variable(name:String, type:Type, declaringType:Type, isStatic:Boolean)
Creates a new Variable object.
name:String — the name of the variable
|
|
type:Type — the data type of the variable
|
|
declaringType:Type — the type that declares the variable
|
|
isStatic:Boolean — whether or not this member is static (class member)
|