Property definitions

jvm $ JValue :: set_int
	fun set_int(i: Int) `{
		self.i = i;
	`}
lib/jvm/jvm.nit:484,2--486,3