def accept(self, Visitor):
     return Visitor.visitAssignExp(self)
Пример #2
0
 def accept(self,Visitor):
     Visitor.visitAssignExp(self)