The closing parenthesis

Property definitions

nitc $ AAnnotation :: n_cpar=
	# The closing parenthesis
	var n_cpar: nullable TCpar = null is writable
src/parser/parser_nodes.nit:3090,2--3091,46

nitc :: parser_prod $ AAnnotation :: n_cpar=
	redef fun n_cpar=(node)
	do
		_n_cpar = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:8785,2--8789,4

nitc :: parser_prod $ AAnnotPropdef :: n_cpar=
	redef fun n_cpar=(node)
	do
		_n_cpar = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1532,2--1536,4