예제 #1
0
 def exitAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
예제 #2
0
 def exitAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
예제 #3
0
 def enterAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
예제 #4
0
 def enterAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])