class SyntaxTree::TLamBeg

def accept(visitor)

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