def exitIpc_ipc(self, ctx: tnsnamesParser.Ipc_ipcContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Exemple #2
0
 def exitIpc_ipc(self, ctx: tnsnamesParser.Ipc_ipcContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterIpc_ipc(self, ctx: tnsnamesParser.Ipc_ipcContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Exemple #4
0
 def enterIpc_ipc(self, ctx: tnsnamesParser.Ipc_ipcContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])