Property definitions

jvm $ JValue :: set_boolean
	fun set_boolean(b: Bool) `{
		self.z = b;
	`}
lib/jvm/jvm.nit:468,2--470,3