1001100210031004100510061007
translatingForStatement = true; final RubyCallNode translated = (RubyCallNode) callNode.accept(this); translatingForStatement = false; return new ForNode(context, translated.getSourceSection(), translated); }