def exitAl_parameter(self, ctx: tnsnamesParser.Al_parameterContext): assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
def exitAl_parameter(self, ctx: tnsnamesParser.Al_parameterContext): assert tnsnamesParser.ruleNames[ ctx.getRuleIndex()] == self._tnsStack.pop
def enterAl_parameter(self, ctx: tnsnamesParser.Al_parameterContext): self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])