The isa keyword, if any

Property definitions

nitc $ AMethPropdef :: n_kwisa=
	# The `isa` keyword, if any
	var n_kwisa: nullable TKwisa = null is writable
src/parser/parser_nodes.nit:1414,2--1415,48

nitc :: parser_prod $ AMethPropdef :: n_kwisa=
	redef fun n_kwisa=(node)
	do
		_n_kwisa = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1280,2--1284,4