Exemplo n.º 1
0
 def exitAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Exemplo n.º 2
0
 def enterAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Exemplo n.º 3
0
 def exitAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     super().enterAl_load_balance(ctx)
     self._current_line = ctx.getText()
     self.append_current_line()
Exemplo n.º 5
0
 def enterAl_load_balance(self, ctx: tnsnamesParser.Al_load_balanceContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])