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