The expression used as the condition of the if

Property definitions

nitc $ AIfexprExpr :: n_expr=
	# The expression used as the condition of the `if`
	var n_expr: AExpr is writable, noinit
src/parser/parser_nodes.nit:1987,2--1988,38

nitc :: parser_prod $ AIfexprExpr :: n_expr=
	redef fun n_expr=(node)
	do
		_n_expr = node
		node.parent = self
	end
src/parser/parser_prod.nit:3169,2--3173,4