The name of the node (as used in the grammar file)

Property definitions

nitcc_runtime $ Node :: node_name
	# The name of the node (as used in the grammar file)
	fun node_name: String do return class_name
lib/nitcc_runtime/nitcc_runtime.nit:362,2--363,43