class Emfrp::VarRef

Public Instance Methods

codegen(ct, stmts) click to toggle source
# File lib/emfrp/compile/c/syntax_exp_codegen.rb, line 47
def codegen(ct, stmts)
  self[:binder].get.var_name(ct, self[:name][:desc])
end