Registration of the nclassdef associated to each mclassdef

Property definitions

nitc :: modelize_class $ ModelBuilder :: mclassdef2nclassdef
	# Registration of the nclassdef associated to each mclassdef
	private var mclassdef2nclassdef = new HashMap[MClassDef, AClassdef]
src/modelize/modelize_class.nit:493,2--494,68