The origin type of the cast

Property definitions

nitc $ ACastAsExternCall :: n_from_type=
	# The origin type of the cast
	var n_from_type: AType is writable, noinit
src/parser/parser_nodes.nit:1545,2--1546,43

nitc :: parser_prod $ ACastAsExternCall :: n_from_type=
	redef fun n_from_type=(node)
	do
		_n_from_type = node
		node.parent = self
	end
src/parser/parser_prod.nit:8323,2--8327,4