class SyntaxTree::TStringEnd

def accept(visitor)

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