The name of the parameter

Property definitions

nitc $ AParam :: n_id=
	# The name of the parameter
	var n_id: TId is writable, noinit
src/parser/parser_nodes.nit:1800,2--1801,34

nitc :: parser_prod $ AParam :: n_id=
	redef fun n_id=(node)
	do
		_n_id = node
		node.parent = self
	end
src/parser/parser_prod.nit:2456,2--2460,4