Relative offset of this in the runtime instance

(beginning of the block of its introducing class for attributes or methods)

Property definitions

nitc :: virtual_machine $ MProperty :: offset=
	# Relative offset of this in the runtime instance
	# (beginning of the block of its introducing class for attributes or methods)
	var offset: Int
src/vm/virtual_machine.nit:861,2--863,16

nitc :: virtual_machine $ MAttribute :: offset=
	# Relative offset of this attribute in the runtime instance
	# (beginning of the block of its introducing class)
	redef var offset: Int
src/vm/virtual_machine.nit:867,2--869,22

nitc :: virtual_machine $ MMethod :: offset=
	# Relative offset of this method in the virtual table (from the beginning of the block)
	redef var offset: Int
src/vm/virtual_machine.nit:873,2--874,22