The name of the class

Property definitions

nitc $ AStdClassdef :: n_qid=
	# The name of the class
	var n_qid: nullable AQclassid = null is writable
src/parser/parser_nodes.nit:1255,2--1256,49

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