The type to check

Property definitions

nitc $ ADebugTypeExpr :: n_type=
	# The type to check
	var n_type: AType is writable, noinit
src/parser/parser_nodes.nit:2862,2--2863,38

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