8dac5383f2
Now it is possible to get/set reflected property value on particular object (or null for static property). Also it is possible to invoke instance/static reflected methods. Change-Id: If25c28712160d9a6aa8947b9173f8987ce76caec
8 lines
382 B
YAML
8 lines
382 B
YAML
---
|
|
features:
|
|
- Basic reflection capabilities were added to MuranoPL. Now it is possible
|
|
to get type info with typeinfo() function and using it as a starting point
|
|
obtain information about the class, its methods and properties as well as
|
|
the package of the class. Reflected properties can be used to obtain or
|
|
set its value in a given object or invoke its method.
|