def exitFo_method(self, ctx: tnsnamesParser.Fo_methodContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Beispiel #2
0
 def exitFo_method(self, ctx: tnsnamesParser.Fo_methodContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterFo_method(self, ctx: tnsnamesParser.Fo_methodContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Beispiel #4
0
 def enterFo_method(self, ctx: tnsnamesParser.Fo_methodContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])