def exitD_conn_timeout(self, ctx: tnsnamesParser.D_conn_timeoutContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
 def enterD_conn_timeout(self, ctx: tnsnamesParser.D_conn_timeoutContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Exemple #3
0
 def exitD_conn_timeout(self, ctx: tnsnamesParser.D_conn_timeoutContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterD_conn_timeout(self, ctx: tnsnamesParser.D_conn_timeoutContext):
     super().enterD_conn_timeout(ctx)
     self._current_line = ctx.getText()
     self.append_current_line()
Exemple #5
0
 def enterD_conn_timeout(self, ctx: tnsnamesParser.D_conn_timeoutContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])