The closing parenthesis

Property definitions

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

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

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