murano/releasenotes/notes/reflection-2fc43b990ea6b980.yaml
Stan Lagun 8dac5383f2 Operations on reflected entities
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
2016-02-20 01:49:39 +03:00

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.