Property definitions

jvm $ JValue :: set_char
	fun set_char(c: Char)`{
		self.c = c;
	`}
lib/jvm/jvm.nit:476,2--478,3