The name of the named-constructor, if any

Property definitions

nitc $ ANewExpr :: n_qid=
	# The name of the named-constructor, if any
	var n_qid: nullable AQid = null is writable
src/parser/parser_nodes.nit:2383,2--2384,44

nitc :: parser_prod $ ANewExpr :: n_qid=
	redef fun n_qid=(node)
	do
		_n_qid = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:5183,2--5187,4