Property definitions

jvm $ JValue :: set_jobject
	fun set_jobject(obj: JavaObject) `{
		self.l = obj;
	`}
lib/jvm/jvm.nit:500,2--502,3