Property definitions

jvm $ JValue :: get_char
	fun get_char: Char `{
		return self.c;
	`}
lib/jvm/jvm.nit:480,2--482,3