Property definitions

nitc :: light $ MModule :: nmodule
	private fun nmodule(v: AbstractCompilerVisitor): nullable AModule
	do
		return v.compiler.modelbuilder.mmodule2node(self)
	end
src/compiler/compiler_ffi/light.nit:27,2--30,4