def exitIpc_parameter(self, ctx: tnsnamesParser.Ipc_parameterContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Example #2
0
 def exitIpc_parameter(self, ctx: tnsnamesParser.Ipc_parameterContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterIpc_parameter(self, ctx: tnsnamesParser.Ipc_parameterContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Example #4
0
 def enterIpc_parameter(self, ctx: tnsnamesParser.Ipc_parameterContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])