Property definitions

nitc $ ReduceAction419 :: defaultinit
private class ReduceAction419
	super ReduceAction
	redef fun action(p: Parser)
	do
					var node_list: nullable Object = null
					var nodearraylist1 = p.pop
					var tampnode2 = nodearraylist1
					assert tampnode2 isa nullable TAmp
					var pmethidnode1: nullable AAmpMethid = new AAmpMethid.init_aampmethid(
						tampnode2
					)
					node_list = pmethidnode1
					p.push(p.go_to(_goto), node_list)
	end
end
src/parser/parser.nit:21219,1--21233,3