The associated MProperty subclass.

the two specialization hierarchy are symmetric

Property definitions

nitc $ MPropDef :: MPROPERTY
	# The associated `MProperty` subclass.
	# the two specialization hierarchy are symmetric
	type MPROPERTY: MProperty
src/model/model.nit:2511,2--2513,26

nitc $ MAttributeDef :: MPROPERTY
	redef type MPROPERTY: MAttribute
src/model/model.nit:2699,2--33

nitc $ MVirtualTypeDef :: MPROPERTY
	redef type MPROPERTY: MVirtualTypeProp
src/model/model.nit:2710,2--39

nitc $ MInnerClassDef :: MPROPERTY
	redef type MPROPERTY: MInnerClass
src/doc/model_ext.nit:106,2--34

nitc $ MMethodDef :: MPROPERTY
	redef type MPROPERTY: MMethod
src/model/model.nit:2654,2--30