Class: Emfrp::Case
- Inherits:
-
Object
- Object
- Emfrp::Case
- Defined in:
- lib/emfrp/compile/c/syntax_exp_codegen.rb
Instance Method Summary collapse
Instance Method Details
#var_name(ct, name) ⇒ Object
116 117 118 |
# File 'lib/emfrp/compile/c/syntax_exp_codegen.rb', line 116 def var_name(ct, name) "pvar#{ct.serial(nil, self)}_" + ct.escape_name(name) end |