Map of all mentities indexed by their full_name

Property definitions

nitc $ ModelIndex :: _full_names
	# Map of all mentities indexed by their `full_name`
	var full_names = new HashMap[String, MEntity]
src/model/model_index.nit:265,2--266,46