All the currently identified modules.

See identify_module.

An identified module exists in the model but might be not yet parsed (no AST), or not yet analysed (no importation).

Property definitions

nitc :: loader $ ModelBuilder :: identified_modules=
	# All the currently identified modules.
	# See `identify_module`.
	#
	# An identified module exists in the model but might be not yet parsed (no AST), or not yet analysed (no importation).
	var identified_modules = new Array[MModule]
src/loader.nit:336,2--340,44