def exitDescription_list(self, ctx: tnsnamesParser.Description_listContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
     self._enteredDescriptionList = False
Esempio n. 2
0
 def exitDescription_list(self,
                          ctx: tnsnamesParser.Description_listContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
     self._enteredDescriptionList = False
 def enterDescription_list(self, ctx: tnsnamesParser.Description_listContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
     self._enteredDescriptionList = True
Esempio n. 4
0
 def enterDescription_list(self,
                           ctx: tnsnamesParser.Description_listContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
     self._enteredDescriptionList = True