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