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