The static type of the property (declared, inferred or inherited)

This attribute is also used to check if the property was analyzed and is valid.

Property definitions

nitc :: modelize_property $ AAttrPropdef :: mtype=
	# The static type of the property (declared, inferred or inherited)
	# This attribute is also used to check if the property was analyzed and is valid.
	var mtype: nullable MType
src/modelize/modelize_property.nit:1178,2--1180,26