Пример #1
0
 def exitNmp_parameter(self, ctx: tnsnamesParser.Nmp_parameterContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Пример #2
0
 def exitNmp_parameter(self, ctx: tnsnamesParser.Nmp_parameterContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
Пример #3
0
 def enterNmp_parameter(self, ctx: tnsnamesParser.Nmp_parameterContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Пример #4
0
 def enterNmp_parameter(self, ctx: tnsnamesParser.Nmp_parameterContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])