The self keyword

Property definitions

nitc $ ASelfExpr :: n_kwself=
	# The `self` keyword
	var n_kwself: nullable TKwself = null is writable
src/parser/parser_nodes.nit:2616,2--2617,50

nitc :: parser_prod $ ASelfExpr :: n_kwself=
	redef fun n_kwself=(node)
	do
		_n_kwself = node
		node.parent = self
	end
src/parser/parser_prod.nit:6432,2--6436,4