Property definitions

nitc $ ReduceAction196 :: defaultinit
private class ReduceAction196
	super ReduceAction
	redef fun action(p: Parser)
	do
					var node_list: nullable Object = null
					var nodearraylist9 = p.pop
					var nodearraylist8 = p.pop
					var nodearraylist7 = p.pop
					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 pdocnode2 = nodearraylist1
					assert pdocnode2 isa nullable ADoc
					var tkwredefnode3 = nodearraylist2
					assert tkwredefnode3 isa nullable TKwredef
					var tkwpublicnode5 = nodearraylist3
					assert tkwpublicnode5 isa nullable TKwpublic
					var pvisibilitynode4: nullable APublicVisibility = new APublicVisibility.init_apublicvisibility(
						tkwpublicnode5
					)
					var tkwnewnode9 = nodearraylist5
					assert tkwnewnode9 isa nullable TKwnew
					var psignaturenode11 = nodearraylist6
					assert psignaturenode11 isa nullable ASignature
					var tkwdonode15 = nodearraylist7
					assert tkwdonode15 isa nullable TKwdo
					var pexprnode16 = nodearraylist8
					assert pexprnode16 isa nullable AExpr
					var tkwendnode17 = nodearraylist9
					assert tkwendnode17 isa nullable TKwend
					var ppropdefnode1: nullable AMethPropdef = new AMethPropdef.init_amethpropdef(
						pdocnode2,
						tkwredefnode3,
						pvisibilitynode4,
						null,
						null,
						null,
						tkwnewnode9,
						null,
						psignaturenode11,
						null,
						null,
						null,
						tkwdonode15,
						pexprnode16,
						tkwendnode17
					)
					node_list = ppropdefnode1
					p.push(p.go_to(_goto), node_list)
	end
end
src/parser/parser.nit:10328,1--10381,3