The final identifier

Property definitions

nitc $ AQid :: n_id=
	# The final identifier
	var n_id: TId is writable, noinit
src/parser/parser_nodes.nit:1761,2--1762,34

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