Property definitions

nitc :: parser_prod $ ASendExpr :: init_asendexpr
	init init_asendexpr (
		n_expr: nullable AExpr
	)
	do
		_n_expr = n_expr.as(not null)
		n_expr.parent = self
	end
src/parser/parser_prod.nit:3619,2--3625,4