The closing bracket

Property definitions

nitc $ AType :: n_cbra=
	# The closing bracket
	var n_cbra: nullable TCbra = null is writable
src/parser/parser_nodes.nit:1825,2--1826,46

nitc :: parser_prod $ AType :: n_cbra=
	redef fun n_cbra=(node)
	do
		_n_cbra = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2549,2--2553,4