def exitAddress_list(self, ctx: tnsnamesParser.Address_listContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
     self._enteredAddressList = False
Example #2
0
 def exitAddress_list(self, ctx: tnsnamesParser.Address_listContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
     self._enteredAddressList = False
 def enterAddress_list(self, ctx: tnsnamesParser.Address_listContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
     self._enteredAddressList = True
Example #4
0
 def enterAddress_list(self, ctx: tnsnamesParser.Address_listContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
     self._enteredAddressList = True