Reflect
Module | ejs |
Definition | final class Reflect |
Inheritance | Reflect Object |
Specified | ejscript-1.1 |
Stability | Evolving. |
Simple reflection class.
This class is prototype and likely to change.
Properties
Qualifiers | Property | Type | Description |
public get | name | String | The name of the object. |
public get | type | Type | The type of the object. |
public get | typeName | String | The name of the type of the object. |
Inherited Properties
Reflect Methods
Qualifiers | Method |
| Reflect(obj: Object) |
| Create a new reflection object. |
Inherited Methods
Method Detail
Create a new reflection object.
- Parameters