The destination of the cast

Property definitions

nitc $ ACastAsExternCall :: n_to_type=
	# The destination of the cast
	var n_to_type: AType is writable, noinit
src/parser/parser_nodes.nit:1554,2--1555,41

nitc :: parser_prod $ ACastAsExternCall :: n_to_type=
	redef fun n_to_type=(node)
	do
		_n_to_type = node
		node.parent = self
	end
src/parser/parser_prod.nit:8338,2--8342,4