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