The module that introduce the class

While classes are not bound to a specific module, the introducing module is used for naming and visibility.

Property definitions

nitc $ MClass :: _intro_mmodule
	# The module that introduce the class
	#
	# While classes are not bound to a specific module,
	# the introducing module is used for naming and visibility.
	var intro_mmodule: MModule
src/model/model.nit:436,2--440,27