def exitSpx_protocol(self, ctx: tnsnamesParser.Spx_protocolContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Esempio n. 2
0
 def exitSpx_protocol(self, ctx: tnsnamesParser.Spx_protocolContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterSpx_protocol(self, ctx: tnsnamesParser.Spx_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Esempio n. 4
0
 def enterSpx_protocol(self, ctx: tnsnamesParser.Spx_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])