def exitDescription(self, ctx: tnsnamesParser.DescriptionContext): assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop self._enteredDescription = False
def exitDescription(self, ctx: tnsnamesParser.DescriptionContext): assert tnsnamesParser.ruleNames[ ctx.getRuleIndex()] == self._tnsStack.pop self._enteredDescription = False
def enterDescription(self, ctx: tnsnamesParser.DescriptionContext): self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()]) self._enteredDescription = True