def exitCd_rdb_database(self, ctx: tnsnamesParser.Cd_rdb_databaseContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Esempio n. 2
0
 def exitCd_rdb_database(self, ctx: tnsnamesParser.Cd_rdb_databaseContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterCd_rdb_database(self, ctx: tnsnamesParser.Cd_rdb_databaseContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Esempio n. 4
0
 def enterCd_rdb_database(self, ctx: tnsnamesParser.Cd_rdb_databaseContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])