Property definitions

nitc :: parser_prod $ ANeMethid :: init_anemethid
	init init_anemethid (
		n_op: nullable TNe
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:1789,2--1795,4