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