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