Merge: modelize_property: Split the build_property method of AAttrPropdef
authorJean Privat <jean@pryen.org>
Tue, 17 Mar 2020 21:35:57 +0000 (17:35 -0400)
committerJean Privat <jean@pryen.org>
Tue, 17 Mar 2020 21:35:57 +0000 (17:35 -0400)
commit3c92d1e754aa2dc1bf79206dc2ee9686115e4d1a
treef1a53db17ac3214b9ce358afb46464d64773b100
parent22fd41c85a147bfe474394e5c9650d042b7b9c62
parent0bf1b73a30445ef21d73b5de31cf2da6f2a533ee
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 <jean@pryen.org>