Пример #1
0
 def exitTcp_protocol(self, ctx: tnsnamesParser.Tcp_protocolContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Пример #2
0
 def exitTcp_protocol(self, ctx: tnsnamesParser.Tcp_protocolContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
Пример #3
0
 def enterTcp_protocol(self, ctx: tnsnamesParser.Tcp_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Пример #4
0
 def enterTcp_protocol(self, ctx: tnsnamesParser.Tcp_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])