class SyntaxTree::RegexpBeg

def accept(visitor)

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