304 305 306 307
# File 'lib/crokus/transformer.rb', line 304 def visitDeref deref,args=nil e=deref.expr.accept(self) Deref.new(e) end