Property definitions

nitc :: parser_prod $ AGgMethid :: init_aggmethid
	init init_aggmethid (
		n_op: nullable TGg
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:1963,2--1969,4