nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
238 stars 64 forks source link

modelize_property: Split the build_property method of AAttrPropdef #2813

Closed Delja closed 4 years ago

Delja commented 4 years ago

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.