def exitIfile(self, ctx: tnsnamesParser.IfileContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Exemple #2
0
 def exitIfile(self, ctx: tnsnamesParser.IfileContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterIfile(self, ctx: tnsnamesParser.IfileContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Exemple #4
0
 def enterIfile(self, ctx: tnsnamesParser.IfileContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])