Property definitions

nitc $ ReduceAction168 :: defaultinit
private class ReduceAction168
	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 tkwprotectednode5 = nodearraylist3
					assert tkwprotectednode5 isa nullable TKwprotected
					var pvisibilitynode4: nullable AProtectedVisibility = new AProtectedVisibility.init_aprotectedvisibility(
						tkwprotectednode5
					)
					var tkwisanode8 = nodearraylist5
					assert tkwisanode8 isa nullable TKwisa
					var listnode13 = new Array[Object]
					var psignaturenode11: nullable ASignature = new ASignature.init_asignature(
						null,
						listnode13,
						null,
						null
					)
					var pannotationsnode16 = nodearraylist6
					assert pannotationsnode16 isa nullable AAnnotations
					var tkwdonode19 = nodearraylist7
					assert tkwdonode19 isa nullable TKwdo
					var pexprnode20 = nodearraylist8
					assert pexprnode20 isa nullable AExpr
					var tkwendnode21 = nodearraylist9
					assert tkwendnode21 isa nullable TKwend
					var ppropdefnode1: nullable AMethPropdef = new AMethPropdef.init_amethpropdef(
						pdocnode2,
						tkwredefnode3,
						pvisibilitynode4,
						null,
						null,
						tkwisanode8,
						null,
						null,
						psignaturenode11,
						pannotationsnode16,
						null,
						null,
						tkwdonode19,
						pexprnode20,
						tkwendnode21
					)
					node_list = ppropdefnode1
					p.push(p.go_to(_goto), node_list)
	end
end
src/parser/parser.nit:8961,1--9021,3