Property definitions

jvm $ JValue :: set_float
	fun set_float(f: Float) `{
		self.f = f;
	`}
lib/jvm/jvm.nit:492,2--494,3