def exitPort(self, ctx: tnsnamesParser.PortContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Example #2
0
 def exitPort(self, ctx: tnsnamesParser.PortContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterPort(self, ctx: tnsnamesParser.PortContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Example #4
0
 def enterPort(self, ctx: tnsnamesParser.PortContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])