class SyntaxTree::SymBeg

def accept(visitor)

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