The as keyword

Property definitions

nitc $ AAsCastForm :: n_kwas=
	# The `as` keyword
	var n_kwas: TKwas is writable, noinit
src/parser/parser_nodes.nit:2739,2--2740,38

nitc :: parser_prod $ AAsCastExpr :: n_kwas=
	redef fun n_kwas=(node)
	do
		_n_kwas = node
		node.parent = self
	end
src/parser/parser_prod.nit:7065,2--7069,4

nitc :: parser_prod $ AAsNotnullExpr :: n_kwas=
	redef fun n_kwas=(node)
	do
		_n_kwas = node
		node.parent = self
	end
src/parser/parser_prod.nit:7153,2--7157,4