Class: YTLJit::VM::Node::LocalLabel

Inherits:
Object
  • Object
show all
Defined in:
lib/ytl/macro.rb

Instance Method Summary collapse

Instance Method Details

#to_ruby(context) ⇒ Object



163
164
165
166
# File 'lib/ytl/macro.rb', line 163

def to_ruby(context)
  context.ret_code.last << "when #{context.jmp_tab[self]}\n"
  @body.to_ruby(context)
end