def exitSpx_protocol(self, ctx: tnsnamesParser.Spx_protocolContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
示例#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()])
示例#4
0
 def enterSpx_protocol(self, ctx: tnsnamesParser.Spx_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])