The encapsulated type

Property definitions

nitc $ ATypeExpr :: n_type=
	# The encapsulated type
	var n_type: AType is writable, noinit
src/parser/parser_nodes.nit:2825,2--2826,38

nitc :: parser_prod $ ATypeExpr :: n_type=
	redef fun n_type=(node)
	do
		_n_type = node
		node.parent = self
	end
src/parser/parser_prod.nit:7469,2--7473,4