Property definitions

nitc :: parser_prod $ ACaretMethid :: init_acaretmethid
	init init_acaretmethid (
		n_op: nullable TCaret
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:2050,2--2056,4