def exitAl_source_route(self, ctx: tnsnamesParser.Al_source_routeContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Esempio n. 2
0
 def exitAl_source_route(self, ctx: tnsnamesParser.Al_source_routeContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterAl_source_route(self, ctx: tnsnamesParser.Al_source_routeContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Esempio n. 4
0
 def enterAl_source_route(self, ctx: tnsnamesParser.Al_source_routeContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])