Generate an integer value

Property definitions

nitc $ JavaCompilerVisitor :: int_instance
	# Generate an integer value
	fun int_instance(value: Int): RuntimeVariable do
		var t = compiler.mainmodule.int_type
		return new RuntimeVariable(value.to_s, t, t)
	end
src/compiler/java_compiler.nit:898,2--902,4