def exitTcp_tcp(self, ctx: tnsnamesParser.Tcp_tcpContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
示例#2
0
 def exitTcp_tcp(self, ctx: tnsnamesParser.Tcp_tcpContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterTcp_tcp(self, ctx: tnsnamesParser.Tcp_tcpContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
示例#4
0
 def enterTcp_tcp(self, ctx: tnsnamesParser.Tcp_tcpContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])