Property definitions

nitc $ ReduceAction749 :: defaultinit
private class ReduceAction749
	super ReduceAction
	redef fun action(p: Parser)
	do
					var node_list: nullable Object = null
					var nodearraylist6 = p.pop
					var nodearraylist5 = p.pop
					var nodearraylist4 = p.pop
					var nodearraylist3 = p.pop
					var nodearraylist2 = p.pop
					var nodearraylist1 = p.pop
					var tkwnewnode2 = nodearraylist1
					assert tkwnewnode2 isa nullable TKwnew
					var ptypenode3 = nodearraylist3
					assert ptypenode3 isa nullable AType
					var tidnode6 = nodearraylist6
					assert tidnode6 isa nullable TId
					var pqidnode4: nullable AQid = new AQid.init_aqid(
						null,
						tidnode6
					)
					var listnode8 = new Array[Object]
					var pexprsnode7: nullable AListExprs = new AListExprs.init_alistexprs(
						listnode8
					)
					var pexprnode1: nullable ANewExpr = new ANewExpr.init_anewexpr(
						tkwnewnode2,
						ptypenode3,
						pqidnode4,
						pexprsnode7
					)
					node_list = pexprnode1
					p.push(p.go_to(_goto), node_list)
	end
end
src/parser/parser.nit:29470,1--29504,3