class Dentaku::AST::Array

def accept(visitor)

def accept(visitor)
  visitor.visit_array(self)
end