The initial value, if any (set with =)

Property definitions

nitc $ AAttrPropdef :: n_expr=
	# The initial value, if any (set with `=`)
	var n_expr: nullable AExpr = null is writable
src/parser/parser_nodes.nit:1386,2--1387,46

nitc :: parser_prod $ AAttrPropdef :: n_expr=
	redef fun n_expr=(node)
	do
		_n_expr = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:948,2--952,4