Generate an integer value

Property definitions

nitc $ JavaCompilerVisitor :: bool_instance
	# Generate an integer value
	fun bool_instance(value: Bool): RuntimeVariable do
		var t = compiler.mainmodule.bool_type
		return new RuntimeVariable(value.to_s, t, t)
	end
src/compiler/java_compiler.nit:924,2--928,4