Property definitions

nitc $ ReduceAction276 :: defaultinit
private class ReduceAction276
	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 tkwvarnode6 = nodearraylist5
					assert tkwvarnode6 isa nullable TKwvar
					var tidnode7 = nodearraylist6
					assert tidnode7 isa nullable TId
					var ptypenode8 = nodearraylist7
					assert ptypenode8 isa nullable AType
					var tkwdonode12 = nodearraylist8
					assert tkwdonode12 isa nullable TKwdo
					var pexprnode13 = nodearraylist9
					assert pexprnode13 isa nullable AExpr
					var ppropdefnode1: nullable AAttrPropdef = new AAttrPropdef.init_aattrpropdef(
						pdocnode2,
						tkwredefnode3,
						pvisibilitynode4,
						tkwvarnode6,
						tidnode7,
						ptypenode8,
						null,
						null,
						null,
						tkwdonode12,
						pexprnode13,
						null
					)
					node_list = ppropdefnode1
					p.push(p.go_to(_goto), node_list)
	end
end
src/parser/parser.nit:14546,1--14596,3