The position of the class' block in virtual table,

the position is set to -1 when the invariant position is no longer satisfied

Property definitions

nitc :: virtual_machine $ MClass :: position_attributes=
	# The position of the class' block in virtual table,
	# the position is set to -1 when the invariant position is no longer satisfied
	var position_attributes: Int
src/vm/virtual_machine.nit:428,2--430,29