The type of the parameter, if any

Property definitions

nitc $ AParam :: n_type=
	# The type of the parameter, if any
	var n_type: nullable AType = null is writable
src/parser/parser_nodes.nit:1803,2--1804,46

nitc :: parser_prod $ AParam :: n_type=
	redef fun n_type=(node)
	do
		_n_type = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2461,2--2465,4