The visibility of the class

In Nit, the visibility of a class cannot evolve in refinements.

Property definitions

nitc $ MClass :: visibility=
	# The visibility of the class
	#
	# In Nit, the visibility of a class cannot evolve in refinements.
	redef var visibility
src/model/model.nit:523,2--526,21