def exitTcp_protocol(self, ctx: tnsnamesParser.Tcp_protocolContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Esempio n. 2
0
 def exitTcp_protocol(self, ctx: tnsnamesParser.Tcp_protocolContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterTcp_protocol(self, ctx: tnsnamesParser.Tcp_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Esempio n. 4
0
 def enterTcp_protocol(self, ctx: tnsnamesParser.Tcp_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])