The ) symbol

Property definitions

nitc $ ASignature :: n_cpar=
	# The `)` symbol
	var n_cpar: nullable TCpar = null is writable
src/parser/parser_nodes.nit:1789,2--1790,46

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