From: Jean Privat Date: Tue, 17 Mar 2020 21:35:57 +0000 (-0400) Subject: Merge: modelize_property: Split the build_property method of AAttrPropdef X-Git-Url: http://nitlanguage.org?hp=3c92d1e754aa2dc1bf79206dc2ee9686115e4d1a Merge: modelize_property: Split the build_property method of AAttrPropdef This pr split the `build property` method into several methods. The objective is to be able to build the entities of the model (read, write...) more independently according to the current state. The construction of the signature was also split for the same purpose. Pull-Request: #2813 Reviewed-by: Jean Privat ---