Property definitions

nitc :: parser_prod $ AGtMethid :: init_agtmethid
	init init_agtmethid (
		n_op: nullable TGt
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:1905,2--1911,4