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