Property definitions

nitc :: parser_prod $ ALeMethid :: init_alemethid
	init init_alemethid (
		n_op: nullable TLe
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:1818,2--1824,4