Return a "const char*" variable associated to the classname of the dynamic type of an object

NOTE: we do not return a RuntimeVariable "CString" as the class may not exist in the module/program

Property definitions

nitc $ AbstractCompilerVisitor :: class_name_string
	# Return a "const char*" variable associated to the classname of the dynamic type of an object
	# NOTE: we do not return a `RuntimeVariable` "CString" as the class may not exist in the module/program
	fun class_name_string(value: RuntimeVariable): String is abstract
src/compiler/abstract_compiler.nit:1606,2--1608,66