def exitTcp_host(self, ctx: tnsnamesParser.Tcp_hostContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Beispiel #2
0
 def exitTcp_host(self, ctx: tnsnamesParser.Tcp_hostContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterTcp_host(self, ctx: tnsnamesParser.Tcp_hostContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Beispiel #4
0
 def enterTcp_host(self, ctx: tnsnamesParser.Tcp_hostContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])