Method: Crokus::Transformer#visitBody
- Defined in:
- lib/crokus/transformer.rb
#visitBody(body, args = nil) ⇒ Object
309 310 311 312 |
# File 'lib/crokus/transformer.rb', line 309 def visitBody body,args=nil stmts=body.stmts.map{|stmt| stmt.accept(self)} Body.new(stmts) end |