Generate a byte value

Property definitions

nitc $ JavaCompilerVisitor :: byte_instance
	# Generate a byte value
	fun byte_instance(value: Byte): RuntimeVariable do
		var t = compiler.mainmodule.byte_type
		return new RuntimeVariable(value.to_s, t, t)
	end
src/compiler/java_compiler.nit:904,2--908,4