Class: Emfrp::VarRef

Inherits:
Object
  • Object
show all
Defined in:
lib/emfrp/compile/c/syntax_exp_codegen.rb

Instance Method Summary collapse

Instance Method Details

#codegen(ct, stmts) ⇒ Object



47
48
49
# 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