The name of the assert, if any

Property definitions

nitc $ AAssertExpr :: n_id=
	# The name of the assert, if any
	var n_id: nullable TId = null is writable
src/parser/parser_nodes.nit:2093,2--2094,42

nitc :: parser_prod $ AAssertExpr :: n_id=
	redef fun n_id=(node)
	do
		_n_id = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:3545,2--3549,4