Property definitions

nitc :: parser_prod $ AEqMethid :: init_aeqmethid
	init init_aeqmethid (
		n_op: nullable TEq
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:1760,2--1766,4