def exitCd_global_name(self, ctx: tnsnamesParser.Cd_global_nameContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Esempio n. 2
0
 def exitCd_global_name(self, ctx: tnsnamesParser.Cd_global_nameContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterCd_global_name(self, ctx: tnsnamesParser.Cd_global_nameContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Esempio n. 4
0
 def enterCd_global_name(self, ctx: tnsnamesParser.Cd_global_nameContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])