Property definitions

nitc :: parser_prod $ AAmpMethid :: init_aampmethid
	init init_aampmethid (
		n_op: nullable TAmp
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:2079,2--2085,4