def exitNmp_nmp(self, ctx: tnsnamesParser.Nmp_nmpContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Example #2
0
 def exitNmp_nmp(self, ctx: tnsnamesParser.Nmp_nmpContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterNmp_nmp(self, ctx: tnsnamesParser.Nmp_nmpContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Example #4
0
 def enterNmp_nmp(self, ctx: tnsnamesParser.Nmp_nmpContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])