The declaration part of the module

Property definitions

nitc $ AModule :: n_moduledecl=
	# The declaration part of the module
	var n_moduledecl: nullable AModuledecl = null is writable
src/parser/parser_nodes.nit:1140,2--1141,58

nitc :: parser_prod $ AModule :: n_moduledecl=
	redef fun n_moduledecl=(node)
	do
		_n_moduledecl = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:35,2--39,4